#CC8BCC

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

Shades of Lilac #CC8BCC

Tints of Lilac #CC8BCC

Color information

#CC8BCC (or 0xCC8BCC) is unknown color: approx Lilac. HEX triplet: CC, 8B and CC. RGB value is (204,139,204). Sum of RGB (Red+Green+Blue) = 204+139+204=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BCC is #337433. Grayscale: #A5A5A5. Windows color (decimal): -3372084 or 13405132. OLE color: 13405132.

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

Color convert

RGB204139204-
CMYK00.3200.2
HSL300º38.92%67.25%-
HSV(B)300º31.86%80%-
XYZ45.0335.6661.64-
YUV165.84149.53155.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=37.29%
G=25.41%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413920400.3200.230038.9267.25
HexCC8BCC02001412c2743
Octal31421331404002445447103
Binary11001100100010111100110001000000101001001011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BCC; }

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

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

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

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

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

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

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

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