Html Css Color HEX #C99DFC Mauve

📋 copy color: '#C99DFC'

red 201 ◦ green 157 ◦ blue 252

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

Shades of Mauve #C99DFC

Tints of Mauve #C99DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 32.95%
G = 25.74%
B = 41.31%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C99DFC (or 0xC99DFC) is known color: Mauve. HEX triplet: C9, 9D and FC. RGB value is (201,157,252). Sum of RGB (Red+Green+Blue) = 201+157+252=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #C99DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFC is #366203. Grayscale: #B4B4B4. Windows color (decimal): -3564036 or 16555465. OLE color: 16555465.

HSL color Cylindrical-coordinate representation of color #C99DFC: hue angle of 267.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99DFC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 157 252 -
CMYK 0.20 0.38 0 0.01
HSL 267.79º 0.94% 0.8% -
HSV(B) 267.79º 0.38% 0.99% -
XYZ 53.72 43.56 97.67 -
YUV 180.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 201 157 252 0.20 0.38 0 0.01 267.79 0.94 0.8
Hex C9 9D FC 14 26 0 1 10C 5E 50
Octal 311 235 374 24 46 0 1 414 136 120
Binary 11001001 10011101 11111100 10100 100110 0 1 100001100 1011110 1010000

Color Harmonies of #C99DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DFC

Black with #C99DFC

Text Example


Text Example

White with #C99DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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