#D096CD

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

Shades of Lilac #D096CD

Tints of Lilac #D096CD

Color information

#D096CD (or 0xD096CD) is unknown color: approx Lilac. HEX triplet: D0, 96 and CD. RGB value is (208,150,205). Sum of RGB (Red+Green+Blue) = 208+150+205=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D096CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096CD is #2F6932. Grayscale: #ADADAD. Windows color (decimal): -3107123 or 13473488. OLE color: 13473488.

HSL color Cylindrical-coordinate representation of color #D096CD: hue angle of 303.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096CD is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208150205-
CMYK00.280.010.18
HSL303.1º38.16%70.2%-
HSV(B)303.1º27.88%81.57%-
XYZ47.9439.6362.88-
YUV173.61145.72152.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=36.94%
G=26.64%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815020500.280.010.18303.138.1670.2
HexD096CD01C11212f2646
Octal32022631503412245746106
Binary1101000010010110110011010111001100101001011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096CD; }

 p { color: rgb(208,150,205); }

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

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

 a { background-color: rgb(208,150,205); }

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

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

 span { border-color: rgb(208,150,205); }

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