Html Css Color HEX #CAA3CC Lilac

📋 copy color: '#CAA3CC'

red 202 ◦ green 163 ◦ blue 204

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

Shades of Lilac #CAA3CC

Tints of Lilac #CAA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.65%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 35.5%
G = 28.65%
B = 35.85%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAA3CC (or 0xCAA3CC) is known color: Lilac. HEX triplet: CA, A3 and CC. RGB value is (202,163,204). Sum of RGB (Red+Green+Blue) = 202+163+204=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3CC is #355C33. Grayscale: #B3B3B3. Windows color (decimal): -3497012 or 13411274. OLE color: 13411274.

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

Color convert

RGB 202 163 204 -
CMYK 0.01 0.20 0 0.2
HSL 297.07º 0.29% 0.72% -
HSV(B) 297.07º 0.2% 0.8% -
XYZ 48.35 43.11 62.9 -
YUV 179.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 202 163 204 0.01 0.20 0 0.2 297.07 0.29 0.72
Hex CA A3 CC 1 14 0 14 129 1D 48
Octal 312 243 314 1 24 0 24 451 35 110
Binary 11001010 10100011 11001100 1 10100 0 10100 100101001 11101 1001000

Color Harmonies of #CAA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3CC

Black with #CAA3CC

Text Example


Text Example

White with #CAA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3CC; }

 p { color: rgb(202,163,204); }

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

background-color css

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

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

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

border-color css

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

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

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