Html Css Color HEX #C998FF Mauve

📋 copy color: '#C998FF'

red 201 ◦ green 152 ◦ blue 255

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

Shades of Mauve #C998FF

Tints of Mauve #C998FF

RGB

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

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

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

R = 33.06%
G = 25%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C998FF (or 0xC998FF) is known color: Mauve. HEX triplet: C9, 98 and FF. RGB value is (201,152,255). Sum of RGB (Red+Green+Blue) = 201+152+255=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 152 (59.77% from 255 or 25% 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 #C998FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FF is #366700. Grayscale: #B2B2B2. Windows color (decimal): -3565313 or 16750793. OLE color: 16750793.

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

Color convert

RGB 201 152 255 -
CMYK 0.21 0.40 0 0
HSL 268.54º 1% 0.8% -
HSV(B) 268.54º 0.4% 1% -
XYZ 53.37 42.09 99.92 -
YUV 178.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 201 152 255 0.21 0.40 0 0 268.54 1 0.8
Hex C9 98 FF 15 28 0 0 10D 64 50
Octal 311 230 377 25 50 0 0 415 144 120
Binary 11001001 10011000 11111111 10101 101000 0 0 100001101 1100100 1010000

Color Harmonies of #C998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998FF

Black with #C998FF

Text Example


Text Example

White with #C998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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