Html Css Color HEX #C997FE Mauve

📋 copy color: '#C997FE'

red 201 ◦ green 151 ◦ blue 254

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

Shades of Mauve #C997FE

Tints of Mauve #C997FE

RGB

 RED value IS 201 (78.91% from 255) = 33.17%

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

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

R = 33.17%
G = 24.92%
B = 41.91%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C997FE (or 0xC997FE) is known color: Mauve. HEX triplet: C9, 97 and FE. RGB value is (201,151,254). Sum of RGB (Red+Green+Blue) = 201+151+254=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C997FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FE is #366801. Grayscale: #B1B1B1. Windows color (decimal): -3565570 or 16685001. OLE color: 16685001.

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

Color convert

RGB 201 151 254 -
CMYK 0.21 0.41 0 0.00
HSL 269.13º 0.98% 0.79% -
HSV(B) 269.13º 0.41% 1% -
XYZ 53.04 41.71 99.02 -
YUV 177.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 201 151 254 0.21 0.41 0 0.00 269.13 0.98 0.79
Hex C9 97 FE 15 29 0 0 10D 62 4F
Octal 311 227 376 25 51 0 0 415 142 117
Binary 11001001 10010111 11111110 10101 101001 0 0 100001101 1100010 1001111

Color Harmonies of #C997FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997FE

Black with #C997FE

Text Example


Text Example

White with #C997FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997FE; }

 p { color: rgb(201,151,254); }

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

background-color css

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

 a { background-color: rgb(201,151,254); }

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

border-color css

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

 span { border-color: rgb(201,151,254); }

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