Html Css Color HEX #C998FE Mauve

📋 copy color: '#C998FE'

red 201 ◦ green 152 ◦ blue 254

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

Shades of Mauve #C998FE

Tints of Mauve #C998FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.04%

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

R = 33.11%
G = 25.04%
B = 41.85%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C998FE (or 0xC998FE) is known color: Mauve. HEX triplet: C9, 98 and FE. RGB value is (201,152,254). Sum of RGB (Red+Green+Blue) = 201+152+254=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C998FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FE is #366701. Grayscale: #B1B1B1. Windows color (decimal): -3565314 or 16685257. OLE color: 16685257.

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

Color convert

RGB 201 152 254 -
CMYK 0.21 0.40 0 0.00
HSL 268.82º 0.98% 0.8% -
HSV(B) 268.82º 0.4% 1% -
XYZ 53.21 42.03 99.07 -
YUV 178.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 201 152 254 0.21 0.40 0 0.00 268.82 0.98 0.8
Hex C9 98 FE 15 28 0 0 10D 62 50
Octal 311 230 376 25 50 0 0 415 142 120
Binary 11001001 10011000 11111110 10101 101000 0 0 100001101 1100010 1010000

Color Harmonies of #C998FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998FE

Black with #C998FE

Text Example


Text Example

White with #C998FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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