#D68EED

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

Shades of Wisteria #D68EED

Tints of Wisteria #D68EED

Color information

#D68EED (or 0xD68EED) is unknown color: approx Wisteria. HEX triplet: D6, 8E and ED. RGB value is (214,142,237). Sum of RGB (Red+Green+Blue) = 214+142+237=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D68EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EED is #297112. Grayscale: #AEAEAE. Windows color (decimal): -2715923 or 15568598. OLE color: 15568598.

HSL color Cylindrical-coordinate representation of color #D68EED: hue angle of 285.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68EED is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214142237-
CMYK0.100.4000.07
HSL285.47º72.52%74.31%-
HSV(B)285.47º40.08%92.94%-
XYZ52.6939.7685.02-
YUV174.36163.35156.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=36.09%
G=23.95%
B=39.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141422370.100.4000.07285.4772.5274.31
HexD68EEDA280711d494a
Octal326216355125007435111112
Binary1101011010001110111011011010101000011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EED; }

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

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

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

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

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

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

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

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