Html Css Color HEX #C497FF Mauve

📋 copy color: '#C497FF'

red 196 ◦ green 151 ◦ blue 255

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

Shades of Mauve #C497FF

Tints of Mauve #C497FF

RGB

 RED value IS 196 (76.95% from 255) = 32.56%

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

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

R = 32.56%
G = 25.08%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C497FF (or 0xC497FF) is known color: Mauve. HEX triplet: C4, 97 and FF. RGB value is (196,151,255). Sum of RGB (Red+Green+Blue) = 196+151+255=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C497FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497FF is #3B6800. Grayscale: #AFAFAF. Windows color (decimal): -3893249 or 16750532. OLE color: 16750532.

HSL color Cylindrical-coordinate representation of color #C497FF: hue angle of 265.96º 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 #C497FF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 151 255 -
CMYK 0.23 0.41 0 0
HSL 265.96º 1% 0.8% -
HSV(B) 265.96º 0.41% 1% -
XYZ 51.88 41.09 99.8 -
YUV 176.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 196 151 255 0.23 0.41 0 0 265.96 1 0.8
Hex C4 97 FF 17 29 0 0 10A 64 50
Octal 304 227 377 27 51 0 0 412 144 120
Binary 11000100 10010111 11111111 10111 101001 0 0 100001010 1100100 1010000

Color Harmonies of #C497FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497FF

Black with #C497FF

Text Example


Text Example

White with #C497FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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