#C996FD

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

Shades of Mauve #C996FD

Tints of Mauve #C996FD

Color information

#C996FD (or 0xC996FD) is unknown color: approx Mauve. HEX triplet: C9, 96 and FD. RGB value is (201,150,253). Sum of RGB (Red+Green+Blue) = 201+150+253=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C996FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FD is #366902. Grayscale: #B0B0B0. Windows color (decimal): -3565827 or 16619209. OLE color: 16619209.

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

Color convert

RGB201150253-
CMYK0.210.4100.01
HSL269.71º96.26%79.02%-
HSV(B)269.71º40.71%99.22%-
XYZ52.7241.3298.13-
YUV176.99170.9145.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=33.28%
G=24.83%
B=41.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011502530.210.4100.01269.7196.2679.02
HexC996FD15290110e604f
Octal311226375255101416140117
Binary110010011001011011111101101011010010110000111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996FD; }

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

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

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

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

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

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

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

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