Html Css Color HEX #CA97FF Mauve

📋 copy color: '#CA97FF'

red 202 ◦ green 151 ◦ blue 255

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

Shades of Mauve #CA97FF

Tints of Mauve #CA97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.84%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 33.22%
G = 24.84%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA97FF (or 0xCA97FF) is known color: Mauve. HEX triplet: CA, 97 and FF. RGB value is (202,151,255). Sum of RGB (Red+Green+Blue) = 202+151+255=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97FF is #356800. Grayscale: #B1B1B1. Windows color (decimal): -3500033 or 16750538. OLE color: 16750538.

HSL color Cylindrical-coordinate representation of color #CA97FF: hue angle of 269.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA97FF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 151 255 -
CMYK 0.21 0.41 0 0
HSL 269.42º 1% 0.8% -
HSV(B) 269.42º 0.41% 1% -
XYZ 53.47 41.91 99.88 -
YUV 178.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 202 151 255 0.21 0.41 0 0 269.42 1 0.8
Hex CA 97 FF 15 29 0 0 10D 64 50
Octal 312 227 377 25 51 0 0 415 144 120
Binary 11001010 10010111 11111111 10101 101001 0 0 100001101 1100100 1010000

Color Harmonies of #CA97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97FF

Black with #CA97FF

Text Example


Text Example

White with #CA97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97FF; }

 p { color: rgb(202,151,255); }

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

background-color css

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

 a { background-color: rgb(202,151,255); }

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

border-color css

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

 span { border-color: rgb(202,151,255); }

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