#CD9EC7

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

Shades of Lilac #CD9EC7

Tints of Lilac #CD9EC7

Color information

#CD9EC7 (or 0xCD9EC7) is unknown color: approx Lilac. HEX triplet: CD, 9E and C7. RGB value is (205,158,199). Sum of RGB (Red+Green+Blue) = 205+158+199=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EC7 is #326138. Grayscale: #B0B0B0. Windows color (decimal): -3301689 or 13082317. OLE color: 13082317.

HSL color Cylindrical-coordinate representation of color #CD9EC7: hue angle of 307.66º 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 #CD9EC7 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205158199-
CMYK00.230.030.20
HSL307.66º31.97%71.18%-
HSV(B)307.66º22.93%80.39%-
XYZ47.7141.5659.54-
YUV176.73140.57148.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=36.48%
G=28.11%
B=35.41%

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
Decimal20515819900.230.030.20307.6631.9771.18
HexCD9EC70173141342047
Octal31523630702732446440107
Binary11001101100111101100011101011111101001001101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EC7; }

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

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

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

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

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

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

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

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