Html Css Color HEX #CAA3D0 Lilac

📋 copy color: '#CAA3D0'

red 202 ◦ green 163 ◦ blue 208

#CAA3D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CAA3D0

Tints of Lilac #CAA3D0

RGB

 RED value IS 202 (79.3% from 255) = 35.25%

 GREEN value IS 163 (64.06% from 255) = 28.45%

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 35.25%
G = 28.45%
B = 36.3%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAA3D0 (or 0xCAA3D0) is known color: 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

RGB 202 163 208 -
CMYK 0.03 0.22 0 0.18
HSL 292º 0.32% 0.73% -
HSV(B) 292º 0.22% 0.82% -
XYZ 48.84 43.31 65.46 -
YUV 179.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 202 163 208 0.03 0.22 0 0.18 292 0.32 0.73
Hex CA A3 D0 3 16 0 12 124 20 49
Octal 312 243 320 3 26 0 22 444 40 111
Binary 11001010 10100011 11010000 11 10110 0 10010 100100100 100000 1001001

Color Harmonies of #CAA3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3D0

Black with #CAA3D0

Text Example


Text Example

White with #CAA3D0

Text Example


Text Example

HTML Codes & Css Web 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>