#CD9CC7

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

Shades of Lilac #CD9CC7

Tints of Lilac #CD9CC7

Color information

#CD9CC7 (or 0xCD9CC7) is unknown color: approx Lilac. HEX triplet: CD, 9C and C7. RGB value is (205,156,199). Sum of RGB (Red+Green+Blue) = 205+156+199=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CC7 is #326338. Grayscale: #AFAFAF. Windows color (decimal): -3302201 or 13081805. OLE color: 13081805.

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

Color convert

RGB205156199-
CMYK00.240.030.20
HSL307.35º32.89%70.78%-
HSV(B)307.35º23.9%80.39%-
XYZ47.3740.8859.43-
YUV175.55141.23149-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=36.61%
G=27.86%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515619900.240.030.20307.3532.8970.78
HexCD9CC70183141332147
Octal31523430703032446341107
Binary11001101100111001100011101100011101001001100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CC7; }

 p { color: rgb(205,156,199); }

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

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

 a { background-color: rgb(205,156,199); }

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

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

 span { border-color: rgb(205,156,199); }

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