#CD9CD0

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

Shades of Lilac #CD9CD0

Tints of Lilac #CD9CD0

Color information

#CD9CD0 (or 0xCD9CD0) is unknown color: approx Lilac. HEX triplet: CD, 9C and D0. RGB value is (205,156,208). Sum of RGB (Red+Green+Blue) = 205+156+208=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD9CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CD0 is #32632F. Grayscale: #B0B0B0. Windows color (decimal): -3302192 or 13671629. OLE color: 13671629.

HSL color Cylindrical-coordinate representation of color #CD9CD0: hue angle of 296.54º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9CD0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205156208-
CMYK0.010.2500.18
HSL296.54º35.62%71.37%-
HSV(B)296.54º25%81.57%-
XYZ48.4541.3165.09-
YUV176.58145.73148.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=36.03%
G=27.42%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051562080.010.2500.18296.5435.6271.37
HexCD9CD01190121292447
Octal31523432013102245144107
Binary1100110110011100110100001110010100101001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CD0; }

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

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

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

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

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

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

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

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