Html Css Color HEX #C99DFE Mauve

📋 copy color: '#C99DFE'

red 201 ◦ green 157 ◦ blue 254

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

Shades of Mauve #C99DFE

Tints of Mauve #C99DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.65%

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

R = 32.84%
G = 25.65%
B = 41.5%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C99DFE (or 0xC99DFE) is known color: Mauve. HEX triplet: C9, 9D and FE. RGB value is (201,157,254). Sum of RGB (Red+Green+Blue) = 201+157+254=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFE is #366201. Grayscale: #B4B4B4. Windows color (decimal): -3564034 or 16686537. OLE color: 16686537.

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

Color convert

RGB 201 157 254 -
CMYK 0.21 0.38 0 0.00
HSL 267.22º 0.98% 0.81% -
HSV(B) 267.22º 0.38% 1% -
XYZ 54.03 43.69 99.35 -
YUV 181.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 201 157 254 0.21 0.38 0 0.00 267.22 0.98 0.81
Hex C9 9D FE 15 26 0 0 10B 62 51
Octal 311 235 376 25 46 0 0 413 142 121
Binary 11001001 10011101 11111110 10101 100110 0 0 100001011 1100010 1010001

Color Harmonies of #C99DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DFE

Black with #C99DFE

Text Example


Text Example

White with #C99DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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