#CD9FC6

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

Shades of Lilac #CD9FC6

Tints of Lilac #CD9FC6

Color information

#CD9FC6 (or 0xCD9FC6) is unknown color: approx Lilac. HEX triplet: CD, 9F and C6. RGB value is (205,159,198). Sum of RGB (Red+Green+Blue) = 205+159+198=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FC6 is #326039. Grayscale: #B1B1B1. Windows color (decimal): -3301434 or 13017037. OLE color: 13017037.

HSL color Cylindrical-coordinate representation of color #CD9FC6: hue angle of 309.13º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CD9FC6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205159198-
CMYK00.220.030.20
HSL309.13º31.51%71.37%-
HSV(B)309.13º22.44%80.39%-
XYZ47.7741.8558.99-
YUV177.2139.74147.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=36.48%
G=28.29%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515919800.220.030.20309.1331.5171.37
HexCD9FC60163141352047
Octal31523730602632446540107
Binary11001101100111111100011001011011101001001101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FC6; }

 p { color: rgb(205,159,198); }

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

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

 a { background-color: rgb(205,159,198); }

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

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

 span { border-color: rgb(205,159,198); }

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