#C99FFD

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

Shades of Mauve #C99FFD

Tints of Mauve #C99FFD

Color information

#C99FFD (or 0xC99FFD) is unknown color: approx Mauve. HEX triplet: C9, 9F and FD. RGB value is (201,159,253). Sum of RGB (Red+Green+Blue) = 201+159+253=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFD is #366002. Grayscale: #B5B5B5. Windows color (decimal): -3563523 or 16621513. OLE color: 16621513.

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

Color convert

RGB201159253-
CMYK0.210.3700.01
HSL266.81º95.92%80.78%-
HSV(B)266.81º37.15%99.22%-
XYZ54.2244.3198.62-
YUV182.27167.91141.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=32.79%
G=25.94%
B=41.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011592530.210.3700.01266.8195.9280.78
HexC99FFD15250110b6051
Octal311237375254501413140121
Binary110010011001111111111101101011001010110000101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FFD; }

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

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

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

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

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

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

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

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