#C99EFD

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

Shades of Mauve #C99EFD

Tints of Mauve #C99EFD

Color information

#C99EFD (or 0xC99EFD) is unknown color: approx Mauve. HEX triplet: C9, 9E and FD. RGB value is (201,158,253). Sum of RGB (Red+Green+Blue) = 201+158+253=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFD is #366102. Grayscale: #B5B5B5. Windows color (decimal): -3563779 or 16621257. OLE color: 16621257.

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

Color convert

RGB201158253-
CMYK0.210.3800.01
HSL267.16º95.96%80.59%-
HSV(B)267.16º37.55%99.22%-
XYZ54.0443.9698.57-
YUV181.69168.25141.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 158 (62.11% from 255) = 25.82%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=32.84%
G=25.82%
B=41.34%

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
Decimal2011582530.210.3800.01267.1695.9680.59
HexC99EFD15260110b6051
Octal311236375254601413140121
Binary110010011001111011111101101011001100110000101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EFD; }

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

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

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

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

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

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

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

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