Html Css Color HEX #CAA0FD Mauve

📋 copy color: '#CAA0FD'

red 202 ◦ green 160 ◦ blue 253

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

Shades of Mauve #CAA0FD

Tints of Mauve #CAA0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.02%

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

R = 32.85%
G = 26.02%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAA0FD (or 0xCAA0FD) is known color: Mauve. HEX triplet: CA, A0 and FD. RGB value is (202,160,253). Sum of RGB (Red+Green+Blue) = 202+160+253=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FD is #355F02. Grayscale: #B6B6B6. Windows color (decimal): -3497731 or 16621770. OLE color: 16621770.

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

Color convert

RGB 202 160 253 -
CMYK 0.20 0.37 0 0.01
HSL 267.1º 0.96% 0.81% -
HSV(B) 267.1º 0.37% 0.99% -
XYZ 54.66 44.79 98.69 -
YUV 183.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 202 160 253 0.20 0.37 0 0.01 267.1 0.96 0.81
Hex CA A0 FD 14 25 0 1 10B 60 51
Octal 312 240 375 24 45 0 1 413 140 121
Binary 11001010 10100000 11111101 10100 100101 0 1 100001011 1100000 1010001

Color Harmonies of #CAA0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0FD

Black with #CAA0FD

Text Example


Text Example

White with #CAA0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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