#CA85CA

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

Shades of Lilac #CA85CA

Tints of Lilac #CA85CA

Color information

#CA85CA (or 0xCA85CA) is unknown color: approx Lilac. HEX triplet: CA, 85 and CA. RGB value is (202,133,202). Sum of RGB (Red+Green+Blue) = 202+133+202=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85CA is #357A35. Grayscale: #A1A1A1. Windows color (decimal): -3504694 or 13272522. OLE color: 13272522.

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

Color convert

RGB202133202-
CMYK00.3400.21
HSL300º39.43%65.69%-
HSV(B)300º34.16%79.22%-
XYZ43.4133.660.07-
YUV161.5150.86156.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=37.62%
G=24.77%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213320200.3400.2130039.4365.69
HexCA85CA02201512c2742
Octal31220531204202545447102
Binary11001010100001011100101001000100101011001011001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85CA; }

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

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

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

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

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

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

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

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