#CA85C7

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

Shades of Lilac #CA85C7

Tints of Lilac #CA85C7

Color information

#CA85C7 (or 0xCA85C7) is unknown color: approx Lilac. HEX triplet: CA, 85 and C7. RGB value is (202,133,199). Sum of RGB (Red+Green+Blue) = 202+133+199=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C7 is #357A38. Grayscale: #A0A0A0. Windows color (decimal): -3504697 or 13075914. OLE color: 13075914.

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

Color convert

RGB202133199-
CMYK00.340.010.21
HSL302.61º39.43%65.69%-
HSV(B)302.61º34.16%79.22%-
XYZ43.0533.4658.22-
YUV161.16149.36157.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=37.83%
G=24.91%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213319900.340.010.21302.6139.4365.69
HexCA85C702211512f2742
Octal31220530704212545747102
Binary11001010100001011100011101000101101011001011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85C7; }

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

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

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

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

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

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

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

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