#CC8DCA

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

Shades of Lilac #CC8DCA

Tints of Lilac #CC8DCA

Color information

#CC8DCA (or 0xCC8DCA) is unknown color: approx Lilac. HEX triplet: CC, 8D and CA. RGB value is (204,141,202). Sum of RGB (Red+Green+Blue) = 204+141+202=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DCA is #337235. Grayscale: #A6A6A6. Windows color (decimal): -3371574 or 13274572. OLE color: 13274572.

HSL color Cylindrical-coordinate representation of color #CC8DCA: hue angle of 301.9º 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 #CC8DCA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204141202-
CMYK00.310.010.2
HSL301.9º38.18%67.65%-
HSV(B)301.9º30.88%80%-
XYZ45.0936.1560.48-
YUV166.79147.87154.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=37.29%
G=25.78%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414120200.310.010.2301.938.1867.65
HexCC8DCA01F11412e2644
Octal31421531203712445646104
Binary1100110010001101110010100111111101001001011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DCA; }

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

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

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

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

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

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

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

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