Html Css Color HEX #CAA7CE Lilac

📋 copy color: '#CAA7CE'

red 202 ◦ green 167 ◦ blue 206

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

Shades of Lilac #CAA7CE

Tints of Lilac #CAA7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 35.13%
G = 29.04%
B = 35.83%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAA7CE (or 0xCAA7CE) is known color: Lilac. HEX triplet: CA, A7 and CE. RGB value is (202,167,206). Sum of RGB (Red+Green+Blue) = 202+167+206=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7CE is #355831. Grayscale: #B5B5B5. Windows color (decimal): -3495986 or 13543370. OLE color: 13543370.

HSL color Cylindrical-coordinate representation of color #CAA7CE: hue angle of 293.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA7CE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 167 206 -
CMYK 0.02 0.19 0 0.19
HSL 293.85º 0.28% 0.73% -
HSV(B) 293.85º 0.19% 0.81% -
XYZ 49.32 44.65 64.41 -
YUV 181.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 202 167 206 0.02 0.19 0 0.19 293.85 0.28 0.73
Hex CA A7 CE 2 13 0 13 126 1C 49
Octal 312 247 316 2 23 0 23 446 34 111
Binary 11001010 10100111 11001110 10 10011 0 10011 100100110 11100 1001001

Color Harmonies of #CAA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7CE

Black with #CAA7CE

Text Example


Text Example

White with #CAA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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