Html Css Color HEX #C898FF Mauve

📋 copy color: '#C898FF'

red 200 ◦ green 152 ◦ blue 255

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

Shades of Mauve #C898FF

Tints of Mauve #C898FF

RGB

 RED value IS 200 (78.52% from 255) = 32.95%

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

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

R = 32.95%
G = 25.04%
B = 42.01%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C898FF (or 0xC898FF) is known color: Mauve. HEX triplet: C8, 98 and FF. RGB value is (200,152,255). Sum of RGB (Red+Green+Blue) = 200+152+255=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C898FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898FF is #376700. Grayscale: #B1B1B1. Windows color (decimal): -3630849 or 16750792. OLE color: 16750792.

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

Color convert

RGB 200 152 255 -
CMYK 0.22 0.40 0 0
HSL 267.96º 1% 0.8% -
HSV(B) 267.96º 0.4% 1% -
XYZ 53.1 41.96 99.91 -
YUV 178.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 200 152 255 0.22 0.40 0 0 267.96 1 0.8
Hex C8 98 FF 16 28 0 0 10C 64 50
Octal 310 230 377 26 50 0 0 414 144 120
Binary 11001000 10011000 11111111 10110 101000 0 0 100001100 1100100 1010000

Color Harmonies of #C898FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898FF

Black with #C898FF

Text Example


Text Example

White with #C898FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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