#CA88CF

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

Shades of Lilac #CA88CF

Tints of Lilac #CA88CF

Color information

#CA88CF (or 0xCA88CF) is unknown color: approx Lilac. HEX triplet: CA, 88 and CF. RGB value is (202,136,207). Sum of RGB (Red+Green+Blue) = 202+136+207=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88CF is #357730. Grayscale: #A3A3A3. Windows color (decimal): -3503921 or 13600970. OLE color: 13600970.

HSL color Cylindrical-coordinate representation of color #CA88CF: hue angle of 295.77º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA88CF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202136207-
CMYK0.020.3400.19
HSL295.77º42.51%67.25%-
HSV(B)295.77º34.3%81.18%-
XYZ44.4234.6763.38-
YUV163.83152.37155.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=37.06%
G=24.95%
B=37.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021362070.020.3400.19295.7742.5167.25
HexCA88CF2220131282b43
Octal31221031724202345053103
Binary110010101000100011001111101000100100111001010001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88CF; }

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

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

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

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

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

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

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

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