#cc9eff

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

Shades of Mauve #CC9EFF

Tints of Mauve #CC9EFF

Color information

#CC9EFF (or 0xCC9EFF) is unknown color: approx Mauve. HEX triplet: CC, 9E and FF. RGB value is (204,158,255). Sum of RGB (Red+Green+Blue) = 204+158+255=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFF is #336100. Grayscale: #B6B6B6. Windows color (decimal): -3367169 or 16752332. OLE color: 16752332.

HSL color Cylindrical-coordinate representation of color #CC9EFF: hue angle of 268.45º 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 #CC9EFF is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204158255-
CMYK0.20.3800
HSL268.45º100%80.98%-
HSV(B)268.45º38.04%100%-
XYZ55.1844.51100.29-
YUV182.81168.74143.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 255 (100% from 255) = 41.33%
R=33.06%
G=25.61%
B=41.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041582550.20.3800268.4510080.98
HexCC9EFF14260010c6451
Octal314236377244600414144121
Binary110011001001111011111111101001001100010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9eff; }

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

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

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

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

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

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

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

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