#CA85C0

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

Shades of Lilac #CA85C0

Tints of Lilac #CA85C0

Color information

#CA85C0 (or 0xCA85C0) is unknown color: approx Lilac. HEX triplet: CA, 85 and C0. RGB value is (202,133,192). Sum of RGB (Red+Green+Blue) = 202+133+192=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C0 is #357A3F. Grayscale: #A0A0A0. Windows color (decimal): -3504704 or 12617162. OLE color: 12617162.

HSL color Cylindrical-coordinate representation of color #CA85C0: hue angle of 308.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85C0 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202133192-
CMYK00.340.050.21
HSL308.7º39.43%65.69%-
HSV(B)308.7º34.16%79.22%-
XYZ42.2633.1454.04-
YUV160.36145.86157.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=38.33%
G=25.24%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213319200.340.050.21308.739.4365.69
HexCA85C00225151352742
Octal31220530004252546547102
Binary1100101010000101110000000100010101101011001101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85C0; }

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

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

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

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

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

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

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

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