#CAA3CF

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

Shades of Lilac #CAA3CF

Tints of Lilac #CAA3CF

Color information

#CAA3CF (or 0xCAA3CF) is unknown color: approx Lilac. HEX triplet: CA, A3 and CF. RGB value is (202,163,207). Sum of RGB (Red+Green+Blue) = 202+163+207=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3CF is #355C30. Grayscale: #B3B3B3. Windows color (decimal): -3497009 or 13607882. OLE color: 13607882.

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

Color convert

RGB202163207-
CMYK0.020.2100.19
HSL293.18º31.43%72.55%-
HSV(B)293.18º21.26%81.18%-
XYZ48.7243.2664.81-
YUV179.68143.42143.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 163 (64.06% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=35.31%
G=28.50%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021632070.020.2100.19293.1831.4372.55
HexCAA3CF2150131251f49
Octal31224331722502344537111
Binary1100101010100011110011111010101010011100100101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3CF; }

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

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

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

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

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

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

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

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