#D68EEE

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

Shades of Wisteria #D68EEE

Tints of Wisteria #D68EEE

Color information

#D68EEE (or 0xD68EEE) is unknown color: approx Wisteria. HEX triplet: D6, 8E and EE. RGB value is (214,142,238). Sum of RGB (Red+Green+Blue) = 214+142+238=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EEE is #297111. Grayscale: #AEAEAE. Windows color (decimal): -2715922 or 15634134. OLE color: 15634134.

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

Color convert

RGB214142238-
CMYK0.100.4000.07
HSL285º73.85%74.51%-
HSV(B)285º40.34%93.33%-
XYZ52.8439.8285.79-
YUV174.47163.85156.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=36.03%
G=23.91%
B=40.07%

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
Decimal2141422380.100.4000.0728573.8574.51
HexD68EEEA280711d4a4b
Octal326216356125007435112113
Binary1101011010001110111011101010101000011110001110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EEE; }

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

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

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

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

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

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

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

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