Html Css Color HEX #CAA1CA Lilac

📋 copy color: '#CAA1CA'

red 202 ◦ green 161 ◦ blue 202

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

Shades of Lilac #CAA1CA

Tints of Lilac #CAA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 35.75%
G = 28.5%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAA1CA (or 0xCAA1CA) is known color: Lilac. HEX triplet: CA, A1 and CA. RGB value is (202,161,202). Sum of RGB (Red+Green+Blue) = 202+161+202=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CA is #355E35. Grayscale: #B1B1B1. Windows color (decimal): -3497526 or 13279690. OLE color: 13279690.

HSL color Cylindrical-coordinate representation of color #CAA1CA: hue angle of 300º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1CA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 202 -
CMYK 0 0.20 0 0.21
HSL 300º 0.28% 0.71% -
HSV(B) 300º 0.2% 0.79% -
XYZ 47.76 42.31 61.53 -
YUV 177.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 202 161 202 0 0.20 0 0.21 300 0.28 0.71
Hex CA A1 CA 0 14 0 15 12C 1C 47
Octal 312 241 312 0 24 0 25 454 34 107
Binary 11001010 10100001 11001010 0 10100 0 10101 100101100 11100 1000111

Color Harmonies of #CAA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA1CA

Black with #CAA1CA

Text Example


Text Example

White with #CAA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA1CA; }

 p { color: rgb(202,161,202); }

 H1.HeaderClassName
 {
   color: #CAA1CA;
 }
 .AnyTagClassName
 {
   color: #CAA1CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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