Html Css Color HEX #CAA2FD Mauve

📋 copy color: '#CAA2FD'

red 202 ◦ green 162 ◦ blue 253

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

Shades of Mauve #CAA2FD

Tints of Mauve #CAA2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.26%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 32.74%
G = 26.26%
B = 41%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAA2FD (or 0xCAA2FD) is known color: Mauve. HEX triplet: CA, A2 and FD. RGB value is (202,162,253). Sum of RGB (Red+Green+Blue) = 202+162+253=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2FD is #355D02. Grayscale: #B8B8B8. Windows color (decimal): -3497219 or 16622282. OLE color: 16622282.

HSL color Cylindrical-coordinate representation of color #CAA2FD: hue angle of 266.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA2FD is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 162 253 -
CMYK 0.20 0.36 0 0.01
HSL 266.37º 0.96% 0.81% -
HSV(B) 266.37º 0.36% 0.99% -
XYZ 55.01 45.49 98.81 -
YUV 184.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 202 162 253 0.20 0.36 0 0.01 266.37 0.96 0.81
Hex CA A2 FD 14 24 0 1 10A 60 51
Octal 312 242 375 24 44 0 1 412 140 121
Binary 11001010 10100010 11111101 10100 100100 0 1 100001010 1100000 1010001

Color Harmonies of #CAA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2FD

Black with #CAA2FD

Text Example


Text Example

White with #CAA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2FD; }

 p { color: rgb(202,162,253); }

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

background-color css

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

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

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

border-color css

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

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

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