#D695EB

Color #D695EB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D695EB

Tints of Wisteria #D695EB

Color information

#D695EB (or 0xD695EB) is unknown color: approx Wisteria. HEX triplet: D6, 95 and EB. RGB value is (214,149,235). Sum of RGB (Red+Green+Blue) = 214+149+235=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D695EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695EB is #296A14. Grayscale: #B1B1B1. Windows color (decimal): -2714133 or 15439318. OLE color: 15439318.

HSL color Cylindrical-coordinate representation of color #D695EB: hue angle of 285.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D695EB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214149235-
CMYK0.090.3700.08
HSL285.35º68.25%75.29%-
HSV(B)285.35º36.6%92.16%-
XYZ53.4741.7983.84-
YUV178.24160.03153.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 149 (58.59% from 255) = 24.92%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=35.79%
G=24.92%
B=39.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141492350.090.3700.08285.3568.2575.29
HexD695EB9250811d444b
Octal3262253531145010435104113
Binary11010110100101011110101110011001010100010001110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695EB; }

 p { color: rgb(214,149,235); }

 H1.HeaderClassName
 {
   color: #D695EB;
 }
 .AnyTagClassName
 {
   color: #D695EB;
 }
</style>
background-color css

<style>
 a { background-color: #D695EB; }

 a { background-color: rgb(214,149,235); }

 div.DivClassName
 {
   background-color: #D695EB;
 }
 .BgClassName
 {
   background-color: #D695EB;
 }
</style>
border-color css

<style>
 span { border-color: #D695EB; }

 span { border-color: rgb(214,149,235); }

 td.TdClassName
 {
   border-color: #D695EB;
 }
 .TagClassName
 {
   border-color: #D695EB;
 }
</style>