#CD9DC7

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

Shades of Lilac #CD9DC7

Tints of Lilac #CD9DC7

Color information

#CD9DC7 (or 0xCD9DC7) is unknown color: approx Lilac. HEX triplet: CD, 9D and C7. RGB value is (205,157,199). Sum of RGB (Red+Green+Blue) = 205+157+199=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DC7 is #326238. Grayscale: #B0B0B0. Windows color (decimal): -3301945 or 13082061. OLE color: 13082061.

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

Color convert

RGB205157199-
CMYK00.230.030.20
HSL307.5º32.43%70.98%-
HSV(B)307.5º23.41%80.39%-
XYZ47.5441.2259.48-
YUV176.14140.9148.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=36.54%
G=27.99%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515719900.230.030.20307.532.4370.98
HexCD9DC70173141342047
Octal31523530702732446440107
Binary11001101100111011100011101011111101001001101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DC7; }

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

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

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

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

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

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

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

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