#C995FD

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

Shades of Mauve #C995FD

Tints of Mauve #C995FD

Color information

#C995FD (or 0xC995FD) is unknown color: approx Mauve. HEX triplet: C9, 95 and FD. RGB value is (201,149,253). Sum of RGB (Red+Green+Blue) = 201+149+253=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #C995FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FD is #366A02. Grayscale: #B0B0B0. Windows color (decimal): -3566083 or 16618953. OLE color: 16618953.

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

Color convert

RGB201149253-
CMYK0.210.4100.01
HSL270º96.3%78.82%-
HSV(B)270º41.11%99.22%-
XYZ52.564198.07-
YUV176.4171.23145.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=33.33%
G=24.71%
B=41.96%

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
Decimal2011492530.210.4100.0127096.378.82
HexC995FD15290110e604f
Octal311225375255101416140117
Binary110010011001010111111101101011010010110000111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995FD; }

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

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

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

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

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

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

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

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