Html Css Color HEX #CAA1CC Lilac

📋 copy color: '#CAA1CC'

red 202 ◦ green 161 ◦ blue 204

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

Shades of Lilac #CAA1CC

Tints of Lilac #CAA1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 35.63%
G = 28.4%
B = 35.98%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAA1CC (or 0xCAA1CC) is known color: Lilac. HEX triplet: CA, A1 and CC. RGB value is (202,161,204). Sum of RGB (Red+Green+Blue) = 202+161+204=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1CC is #355E33. Grayscale: #B2B2B2. Windows color (decimal): -3497524 or 13410762. OLE color: 13410762.

HSL color Cylindrical-coordinate representation of color #CAA1CC: hue angle of 297.21º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA1CC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 161 204 -
CMYK 0.01 0.21 0 0.2
HSL 297.21º 0.3% 0.72% -
HSV(B) 297.21º 0.21% 0.8% -
XYZ 48 42.41 62.78 -
YUV 178.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 202 161 204 0.01 0.21 0 0.2 297.21 0.3 0.72
Hex CA A1 CC 1 15 0 14 129 1E 48
Octal 312 241 314 1 25 0 24 451 36 110
Binary 11001010 10100001 11001100 1 10101 0 10100 100101001 11110 1001000

Color Harmonies of #CAA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA1CC

Black with #CAA1CC

Text Example


Text Example

White with #CAA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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