#CC8DCB

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

Shades of Lilac #CC8DCB

Tints of Lilac #CC8DCB

Color information

#CC8DCB (or 0xCC8DCB) is unknown color: approx Lilac. HEX triplet: CC, 8D and CB. RGB value is (204,141,203). Sum of RGB (Red+Green+Blue) = 204+141+203=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DCB is #337234. Grayscale: #A6A6A6. Windows color (decimal): -3371573 or 13340108. OLE color: 13340108.

HSL color Cylindrical-coordinate representation of color #CC8DCB: hue angle of 300.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DCB is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204141203-
CMYK00.310.000.2
HSL300.95º38.18%67.65%-
HSV(B)300.95º30.88%80%-
XYZ45.2136.261.1-
YUV166.9148.37154.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=37.23%
G=25.73%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414120300.310.000.2300.9538.1867.65
HexCC8DCB01F01412d2644
Octal31421531303702445546104
Binary1100110010001101110010110111110101001001011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DCB; }

 p { color: rgb(204,141,203); }

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

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

 a { background-color: rgb(204,141,203); }

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

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

 span { border-color: rgb(204,141,203); }

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