#CC85BF

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

Shades of Lilac #CC85BF

Tints of Lilac #CC85BF

Color information

#CC85BF (or 0xCC85BF) is unknown color: approx Lilac. HEX triplet: CC, 85 and BF. RGB value is (204,133,191). Sum of RGB (Red+Green+Blue) = 204+133+191=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BF is #337A40. Grayscale: #A0A0A0. Windows color (decimal): -3373633 or 12551628. OLE color: 12551628.

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

Color convert

RGB204133191-
CMYK00.350.060.2
HSL310.99º41.04%66.08%-
HSV(B)310.99º34.8%80%-
XYZ42.6933.3753.48-
YUV160.84145.02158.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 191 (75% from 255) = 36.17%
R=38.64%
G=25.19%
B=36.17%

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
Decimal20413319100.350.060.2310.9941.0466.08
HexCC85BF0236141372942
Octal31420527704362446751102
Binary1100110010000101101111110100011110101001001101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85BF; }

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

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

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

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

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

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

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

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