#CD9BCD

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

Shades of Lilac #CD9BCD

Tints of Lilac #CD9BCD

Color information

#CD9BCD (or 0xCD9BCD) is unknown color: approx Lilac. HEX triplet: CD, 9B and CD. RGB value is (205,155,205). Sum of RGB (Red+Green+Blue) = 205+155+205=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BCD is #326432. Grayscale: #AFAFAF. Windows color (decimal): -3302451 or 13474765. OLE color: 13474765.

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

Color convert

RGB205155205-
CMYK00.2400.20
HSL300º33.33%70.59%-
HSV(B)300º24.39%80.39%-
XYZ47.9240.8363.11-
YUV175.65144.56148.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=36.28%
G=27.43%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515520500.2400.2030033.3370.59
HexCD9BCD01801412c2147
Octal31523331503002445441107
Binary1100110110011011110011010110000101001001011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BCD; }

 p { color: rgb(205,155,205); }

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

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

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

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

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

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

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