Html Css Color HEX #CAA2CA Lilac

📋 copy color: '#CAA2CA'

red 202 ◦ green 162 ◦ blue 202

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

Shades of Lilac #CAA2CA

Tints of Lilac #CAA2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.62%

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

R = 35.69%
G = 28.62%
B = 35.69%

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

#CAA2CA (or 0xCAA2CA) is known color: Lilac. HEX triplet: CA, A2 and CA. RGB value is (202,162,202). Sum of RGB (Red+Green+Blue) = 202+162+202=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CA is #355D35. Grayscale: #B2B2B2. Windows color (decimal): -3497270 or 13279946. OLE color: 13279946.

HSL color Cylindrical-coordinate representation of color #CAA2CA: hue angle of 300º degrees, saturation: 0.27, 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 #CAA2CA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 162 202 -
CMYK 0 0.20 0 0.21
HSL 300º 0.27% 0.71% -
HSV(B) 300º 0.2% 0.79% -
XYZ 47.94 42.66 61.59 -
YUV 178.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 202 162 202 0 0.20 0 0.21 300 0.27 0.71
Hex CA A2 CA 0 14 0 15 12C 1B 47
Octal 312 242 312 0 24 0 25 454 33 107
Binary 11001010 10100010 11001010 0 10100 0 10101 100101100 11011 1000111

Color Harmonies of #CAA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2CA

Black with #CAA2CA

Text Example


Text Example

White with #CAA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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