#C99EFE

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

Shades of Mauve #C99EFE

Tints of Mauve #C99EFE

Color information

#C99EFE (or 0xC99EFE) is unknown color: approx Mauve. HEX triplet: C9, 9E and FE. RGB value is (201,158,254). Sum of RGB (Red+Green+Blue) = 201+158+254=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFE is #366101. Grayscale: #B5B5B5. Windows color (decimal): -3563778 or 16686793. OLE color: 16686793.

HSL color Cylindrical-coordinate representation of color #C99EFE: hue angle of 266.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99EFE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201158254-
CMYK0.210.3800.00
HSL266.88º97.96%80.78%-
HSV(B)266.88º37.8%99.61%-
XYZ54.244.0399.41-
YUV181.8168.75141.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=32.79%
G=25.77%
B=41.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011582540.210.3800.00266.8897.9680.78
HexC99EFE15260010b6251
Octal311236376254600413142121
Binary110010011001111011111110101011001100010000101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EFE; }

 p { color: rgb(201,158,254); }

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

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

 a { background-color: rgb(201,158,254); }

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

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

 span { border-color: rgb(201,158,254); }

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