#CA85C1

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

Shades of Lilac #CA85C1

Tints of Lilac #CA85C1

Color information

#CA85C1 (or 0xCA85C1) is unknown color: approx Lilac. HEX triplet: CA, 85 and C1. RGB value is (202,133,193). Sum of RGB (Red+Green+Blue) = 202+133+193=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C1 is #357A3E. Grayscale: #A0A0A0. Windows color (decimal): -3504703 or 12682698. OLE color: 12682698.

HSL color Cylindrical-coordinate representation of color #CA85C1: hue angle of 307.83º 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 #CA85C1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202133193-
CMYK00.340.040.21
HSL307.83º39.43%65.69%-
HSV(B)307.83º34.16%79.22%-
XYZ42.3733.1854.62-
YUV160.47146.36157.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=38.26%
G=25.19%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213319300.340.040.21307.8339.4365.69
HexCA85C10224151342742
Octal31220530104242546447102
Binary1100101010000101110000010100010100101011001101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85C1; }

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

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

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

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

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

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

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

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