#CC9BCD

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

Shades of Lilac #CC9BCD

Tints of Lilac #CC9BCD

Color information

#CC9BCD (or 0xCC9BCD) is unknown color: approx Lilac. HEX triplet: CC, 9B and CD. RGB value is (204,155,205). Sum of RGB (Red+Green+Blue) = 204+155+205=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BCD is #336432. Grayscale: #AFAFAF. Windows color (decimal): -3367987 or 13474764. OLE color: 13474764.

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

Color convert

RGB204155205-
CMYK0.000.2400.20
HSL298.8º33.33%70.59%-
HSV(B)298.8º24.39%80.39%-
XYZ47.6440.6963.1-
YUV175.35144.73148.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=36.17%
G=27.48%
B=36.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041552050.000.2400.20298.833.3370.59
HexCC9BCD01801412b2147
Octal31423331503002445341107
Binary1100110010011011110011010110000101001001010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BCD; }

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

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

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

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

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

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

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

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