Html Css Color HEX #C998FD Mauve

📋 copy color: '#C998FD'

red 201 ◦ green 152 ◦ blue 253

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

Shades of Mauve #C998FD

Tints of Mauve #C998FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 33.17%
G = 25.08%
B = 41.75%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C998FD (or 0xC998FD) is known color: Mauve. HEX triplet: C9, 98 and FD. RGB value is (201,152,253). Sum of RGB (Red+Green+Blue) = 201+152+253=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C998FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FD is #366702. Grayscale: #B1B1B1. Windows color (decimal): -3565315 or 16619721. OLE color: 16619721.

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

Color convert

RGB 201 152 253 -
CMYK 0.21 0.40 0 0.01
HSL 269.11º 0.96% 0.79% -
HSV(B) 269.11º 0.4% 0.99% -
XYZ 53.05 41.97 98.23 -
YUV 178.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 201 152 253 0.21 0.40 0 0.01 269.11 0.96 0.79
Hex C9 98 FD 15 28 0 1 10D 60 4F
Octal 311 230 375 25 50 0 1 415 140 117
Binary 11001001 10011000 11111101 10101 101000 0 1 100001101 1100000 1001111

Color Harmonies of #C998FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998FD

Black with #C998FD

Text Example


Text Example

White with #C998FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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