#CA95CC

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

Shades of Lilac #CA95CC

Tints of Lilac #CA95CC

Color information

#CA95CC (or 0xCA95CC) is unknown color: approx Lilac. HEX triplet: CA, 95 and CC. RGB value is (202,149,204). Sum of RGB (Red+Green+Blue) = 202+149+204=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95CC is #356A33. Grayscale: #AAAAAA. Windows color (decimal): -3500596 or 13407690. OLE color: 13407690.

HSL color Cylindrical-coordinate representation of color #CA95CC: hue angle of 297.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA95CC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202149204-
CMYK0.010.2700.2
HSL297.82º35.03%69.22%-
HSV(B)297.82º26.96%80%-
XYZ4638.4162.12-
YUV171.12146.56150.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=36.40%
G=26.85%
B=36.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021492040.010.2700.2297.8235.0369.22
HexCA95CC11B01412a2345
Octal31222531413302445243105
Binary1100101010010101110011001110110101001001010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95CC; }

 p { color: rgb(202,149,204); }

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

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

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

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

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

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

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