#CA88CC

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

Shades of Lilac #CA88CC

Tints of Lilac #CA88CC

Color information

#CA88CC (or 0xCA88CC) is unknown color: approx Lilac. HEX triplet: CA, 88 and CC. RGB value is (202,136,204). Sum of RGB (Red+Green+Blue) = 202+136+204=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88CC is #357733. Grayscale: #A3A3A3. Windows color (decimal): -3503924 or 13404362. OLE color: 13404362.

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

Color convert

RGB202136204-
CMYK0.010.3300.2
HSL298.24º40%66.67%-
HSV(B)298.24º33.33%80%-
XYZ44.0634.5261.47-
YUV163.49150.87155.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=37.27%
G=25.09%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021362040.010.3300.2298.244066.67
HexCA88CC12101412a2843
Octal31221031414102445250103
Binary11001010100010001100110011000010101001001010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88CC; }

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

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

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

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

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

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

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

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