#CC8BCA

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

Shades of Lilac #CC8BCA

Tints of Lilac #CC8BCA

Color information

#CC8BCA (or 0xCC8BCA) is unknown color: approx Lilac. HEX triplet: CC, 8B and CA. RGB value is (204,139,202). Sum of RGB (Red+Green+Blue) = 204+139+202=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BCA is #337435. Grayscale: #A5A5A5. Windows color (decimal): -3372086 or 13274060. OLE color: 13274060.

HSL color Cylindrical-coordinate representation of color #CC8BCA: hue angle of 301.85º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BCA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204139202-
CMYK00.320.010.2
HSL301.85º38.92%67.25%-
HSV(B)301.85º31.86%80%-
XYZ44.835.5760.38-
YUV165.62148.53155.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=37.43%
G=25.50%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413920200.320.010.2301.8538.9267.25
HexCC8BCA02011412e2743
Octal31421331204012445647103
Binary11001100100010111100101001000001101001001011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BCA; }

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

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

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

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

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

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

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

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