Html Css Color HEX #CAA7FE Mauve

📋 copy color: '#CAA7FE'

red 202 ◦ green 167 ◦ blue 254

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

Shades of Mauve #CAA7FE

Tints of Mauve #CAA7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 32.42%
G = 26.81%
B = 40.77%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAA7FE (or 0xCAA7FE) is known color: Mauve. HEX triplet: CA, A7 and FE. RGB value is (202,167,254). Sum of RGB (Red+Green+Blue) = 202+167+254=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7FE is #355801. Grayscale: #BBBBBB. Windows color (decimal): -3495938 or 16689098. OLE color: 16689098.

HSL color Cylindrical-coordinate representation of color #CAA7FE: hue angle of 264.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA7FE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 167 254 -
CMYK 0.20 0.34 0 0.00
HSL 264.14º 0.98% 0.83% -
HSV(B) 264.14º 0.34% 1% -
XYZ 56.07 47.35 99.95 -
YUV 187.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 202 167 254 0.20 0.34 0 0.00 264.14 0.98 0.83
Hex CA A7 FE 14 22 0 0 108 62 53
Octal 312 247 376 24 42 0 0 410 142 123
Binary 11001010 10100111 11111110 10100 100010 0 0 100001000 1100010 1010011

Color Harmonies of #CAA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7FE

Black with #CAA7FE

Text Example


Text Example

White with #CAA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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