#D68ECC

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

Shades of Lilac #D68ECC

Tints of Lilac #D68ECC

Color information

#D68ECC (or 0xD68ECC) is unknown color: approx Lilac. HEX triplet: D6, 8E and CC. RGB value is (214,142,204). Sum of RGB (Red+Green+Blue) = 214+142+204=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ECC is #297133. Grayscale: #AAAAAA. Windows color (decimal): -2715956 or 13405910. OLE color: 13405910.

HSL color Cylindrical-coordinate representation of color #D68ECC: hue angle of 308.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ECC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214142204-
CMYK00.340.050.16
HSL308.33º46.75%69.8%-
HSV(B)308.33º33.64%83.92%-
XYZ48.33861.92-
YUV170.6146.85158.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=38.21%
G=25.36%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414220400.340.050.16308.3346.7569.8
HexD68ECC0225101342f46
Octal32621631404252046457106
Binary1101011010001110110011000100010101100001001101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ECC; }

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

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

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

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

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

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

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

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