#CC9BD3

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

Shades of Lilac #CC9BD3

Tints of Lilac #CC9BD3

Color information

#CC9BD3 (or 0xCC9BD3) is unknown color: approx Lilac. HEX triplet: CC, 9B and D3. RGB value is (204,155,211). Sum of RGB (Red+Green+Blue) = 204+155+211=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD3 is #33642C. Grayscale: #AFAFAF. Windows color (decimal): -3367981 or 13867980. OLE color: 13867980.

HSL color Cylindrical-coordinate representation of color #CC9BD3: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9BD3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204155211-
CMYK0.030.2700.17
HSL292.5º38.89%71.76%-
HSV(B)292.5º26.54%82.75%-
XYZ48.3840.9866.99-
YUV176.04147.73147.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=35.79%
G=27.19%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041552110.030.2700.17292.538.8971.76
HexCC9BD331B0111242748
Octal31423332333302144447110
Binary11001100100110111101001111110110100011001001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BD3; }

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

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

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

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

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

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

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

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