#CC85C0

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

Shades of Lilac #CC85C0

Tints of Lilac #CC85C0

Color information

#CC85C0 (or 0xCC85C0) is unknown color: approx Lilac. HEX triplet: CC, 85 and C0. RGB value is (204,133,192). Sum of RGB (Red+Green+Blue) = 204+133+192=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85C0 is #337A3F. Grayscale: #A0A0A0. Windows color (decimal): -3373632 or 12617164. OLE color: 12617164.

HSL color Cylindrical-coordinate representation of color #CC85C0: hue angle of 310.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85C0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204133192-
CMYK00.350.060.2
HSL310.14º41.04%66.08%-
HSV(B)310.14º34.8%80%-
XYZ42.833.4254.06-
YUV160.96145.52158.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=38.56%
G=25.14%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413319200.350.060.2310.1441.0466.08
HexCC85C00236141362942
Octal31420530004362446651102
Binary1100110010000101110000000100011110101001001101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85C0; }

 p { color: rgb(204,133,192); }

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

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

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

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

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

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

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