Html Css Color HEX #CAA5CA Lilac

📋 copy color: '#CAA5CA'

red 202 ◦ green 165 ◦ blue 202

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

Shades of Lilac #CAA5CA

Tints of Lilac #CAA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29%

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

R = 35.5%
G = 29%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAA5CA (or 0xCAA5CA) is known color: Lilac. HEX triplet: CA, A5 and CA. RGB value is (202,165,202). Sum of RGB (Red+Green+Blue) = 202+165+202=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CA is #355A35. Grayscale: #B4B4B4. Windows color (decimal): -3496502 or 13280714. OLE color: 13280714.

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

Color convert

RGB 202 165 202 -
CMYK 0 0.18 0 0.21
HSL 300º 0.26% 0.72% -
HSV(B) 300º 0.18% 0.79% -
XYZ 48.47 43.73 61.76 -
YUV 180.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 202 165 202 0 0.18 0 0.21 300 0.26 0.72
Hex CA A5 CA 0 12 0 15 12C 1A 48
Octal 312 245 312 0 22 0 25 454 32 110
Binary 11001010 10100101 11001010 0 10010 0 10101 100101100 11010 1001000

Color Harmonies of #CAA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5CA

Black with #CAA5CA

Text Example


Text Example

White with #CAA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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