#C99DFD

Color #C99DFD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C99DFD

Tints of Mauve #C99DFD

Color information

#C99DFD (or 0xC99DFD) is unknown color: approx Mauve. HEX triplet: C9, 9D and FD. RGB value is (201,157,253). Sum of RGB (Red+Green+Blue) = 201+157+253=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFD is #366202. Grayscale: #B4B4B4. Windows color (decimal): -3564035 or 16621001. OLE color: 16621001.

HSL color Cylindrical-coordinate representation of color #C99DFD: hue angle of 267.5º degrees, saturation: 0.96, 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 #C99DFD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201157253-
CMYK0.210.3800.01
HSL267.5º96%80.39%-
HSV(B)267.5º37.94%99.22%-
XYZ53.8743.6298.51-
YUV181.1168.58142.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=32.90%
G=25.70%
B=41.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011572530.210.3800.01267.59680.39
HexC99DFD15260110c6050
Octal311235375254601414140120
Binary110010011001110111111101101011001100110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DFD; }

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

 H1.HeaderClassName
 {
   color: #C99DFD;
 }
 .AnyTagClassName
 {
   color: #C99DFD;
 }
</style>
background-color css

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

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

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

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

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

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