#caa3d0

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

Shades of Lilac #CAA3D0

Tints of Lilac #CAA3D0

Color information

#CAA3D0 (or 0xCAA3D0) is unknown color: approx Lilac. HEX triplet: CA, A3 and D0. RGB value is (202,163,208). Sum of RGB (Red+Green+Blue) = 202+163+208=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3D0 is #355C2F. Grayscale: #B3B3B3. Windows color (decimal): -3497008 or 13673418. OLE color: 13673418.

HSL color Cylindrical-coordinate representation of color #CAA3D0: hue angle of 292º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA3D0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202163208-
CMYK0.030.2200.18
HSL292º32.37%72.75%-
HSV(B)292º21.63%81.57%-
XYZ48.8443.3165.46-
YUV179.79143.92143.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=35.25%
G=28.45%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021632080.030.2200.1829232.3772.75
HexCAA3D03160121242049
Octal31224332032602244440111
Binary11001010101000111101000011101100100101001001001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa3d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa3d0; }

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

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

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

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

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

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

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

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