#C99EFF

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

Shades of Mauve #C99EFF

Tints of Mauve #C99EFF

Color information

#C99EFF (or 0xC99EFF) is unknown color: approx Mauve. HEX triplet: C9, 9E and FF. RGB value is (201,158,255). Sum of RGB (Red+Green+Blue) = 201+158+255=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFF is #366100. Grayscale: #B5B5B5. Windows color (decimal): -3563777 or 16752329. OLE color: 16752329.

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

Color convert

RGB201158255-
CMYK0.210.3800
HSL266.6º100%80.98%-
HSV(B)266.6º38.04%100%-
XYZ54.3644.09100.25-
YUV181.92169.25141.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 158 (62.11% from 255) = 25.73%
BLUE value IS 255 (100% from 255) = 41.53%
R=32.74%
G=25.73%
B=41.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011582550.210.3800266.610080.98
HexC99EFF15260010b6451
Octal311236377254600413144121
Binary110010011001111011111111101011001100010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EFF; }

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

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

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

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

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

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

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

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