Html Css Color HEX #CAA7CB Lilac

📋 copy color: '#CAA7CB'

red 202 ◦ green 167 ◦ blue 203

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

Shades of Lilac #CAA7CB

Tints of Lilac #CAA7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.2%

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

R = 35.31%
G = 29.2%
B = 35.49%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAA7CB (or 0xCAA7CB) is known color: Lilac. HEX triplet: CA, A7 and CB. RGB value is (202,167,203). Sum of RGB (Red+Green+Blue) = 202+167+203=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CB is #355834. Grayscale: #B5B5B5. Windows color (decimal): -3495989 or 13346762. OLE color: 13346762.

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

Color convert

RGB 202 167 203 -
CMYK 0.00 0.18 0 0.20
HSL 298.33º 0.26% 0.73% -
HSV(B) 298.33º 0.18% 0.8% -
XYZ 48.96 44.51 62.51 -
YUV 181.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 202 167 203 0.00 0.18 0 0.20 298.33 0.26 0.73
Hex CA A7 CB 0 12 0 14 12A 1A 49
Octal 312 247 313 0 22 0 24 452 32 111
Binary 11001010 10100111 11001011 0 10010 0 10100 100101010 11010 1001001

Color Harmonies of #CAA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7CB

Black with #CAA7CB

Text Example


Text Example

White with #CAA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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