Html Css Color HEX #CAA5CB Lilac

📋 copy color: '#CAA5CB'

red 202 ◦ green 165 ◦ blue 203

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

Shades of Lilac #CAA5CB

Tints of Lilac #CAA5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 35.44%
G = 28.95%
B = 35.61%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAA5CB (or 0xCAA5CB) is known color: Lilac. HEX triplet: CA, A5 and CB. RGB value is (202,165,203). Sum of RGB (Red+Green+Blue) = 202+165+203=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5CB is #355A34. Grayscale: #B4B4B4. Windows color (decimal): -3496501 or 13346250. OLE color: 13346250.

HSL color Cylindrical-coordinate representation of color #CAA5CB: hue angle of 298.42º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA5CB is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 165 203 -
CMYK 0.00 0.19 0 0.20
HSL 298.42º 0.27% 0.72% -
HSV(B) 298.42º 0.19% 0.8% -
XYZ 48.59 43.78 62.39 -
YUV 180.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 202 165 203 0.00 0.19 0 0.20 298.42 0.27 0.72
Hex CA A5 CB 0 13 0 14 12A 1B 48
Octal 312 245 313 0 23 0 24 452 33 110
Binary 11001010 10100101 11001011 0 10011 0 10100 100101010 11011 1001000

Color Harmonies of #CAA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5CB

Black with #CAA5CB

Text Example


Text Example

White with #CAA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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