#D196CA

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

Shades of Lilac #D196CA

Tints of Lilac #D196CA

Color information

#D196CA (or 0xD196CA) is unknown color: approx Lilac. HEX triplet: D1, 96 and CA. RGB value is (209,150,202). Sum of RGB (Red+Green+Blue) = 209+150+202=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D196CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196CA is #2E6935. Grayscale: #ADADAD. Windows color (decimal): -3041590 or 13276881. OLE color: 13276881.

HSL color Cylindrical-coordinate representation of color #D196CA: hue angle of 307.12º degrees, saturation: 0.39, 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 #D196CA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209150202-
CMYK00.280.030.18
HSL307.12º39.07%70.39%-
HSV(B)307.12º28.23%81.96%-
XYZ47.8639.6361-
YUV173.57144.05153.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=37.25%
G=26.74%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915020200.280.030.18307.1239.0770.39
HexD196CA01C3121332746
Octal32122631203432246347106
Binary11010001100101101100101001110011100101001100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D196CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D196CA; }

 p { color: rgb(209,150,202); }

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

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

 a { background-color: rgb(209,150,202); }

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

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

 span { border-color: rgb(209,150,202); }

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