#D68EEB

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

Shades of Wisteria #D68EEB

Tints of Wisteria #D68EEB

Color information

#D68EEB (or 0xD68EEB) is unknown color: approx Wisteria. HEX triplet: D6, 8E and EB. RGB value is (214,142,235). Sum of RGB (Red+Green+Blue) = 214+142+235=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D68EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEB is #297114. Grayscale: #ADADAD. Windows color (decimal): -2715925 or 15437526. OLE color: 15437526.

HSL color Cylindrical-coordinate representation of color #D68EEB: hue angle of 286.45º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68EEB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214142235-
CMYK0.090.4000.08
HSL286.45º69.92%73.92%-
HSV(B)286.45º39.57%92.16%-
XYZ52.439.6483.49-
YUV174.13162.35156.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=36.21%
G=24.03%
B=39.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141422350.090.4000.08286.4569.9273.92
HexD68EEB9280811e464a
Octal3262163531150010436106112
Binary11010110100011101110101110011010000100010001111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EEB; }

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

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

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

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

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

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

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

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