#CC9DFA

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

Shades of Mauve #CC9DFA

Tints of Mauve #CC9DFA

Color information

#CC9DFA (or 0xCC9DFA) is unknown color: approx Mauve. HEX triplet: CC, 9D and FA. RGB value is (204,157,250). Sum of RGB (Red+Green+Blue) = 204+157+250=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DFA is #336205. Grayscale: #B5B5B5. Windows color (decimal): -3367430 or 16424396. OLE color: 16424396.

HSL color Cylindrical-coordinate representation of color #CC9DFA: hue angle of 270.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9DFA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204157250-
CMYK0.180.3700.02
HSL270.32º90.29%79.8%-
HSV(B)270.32º37.2%98.04%-
XYZ54.2143.8596.05-
YUV181.65166.57143.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=33.39%
G=25.70%
B=40.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041572500.180.3700.02270.3290.2979.8
HexCC9DFA12250210e5a50
Octal314235372224502416132120
Binary1100110010011101111110101001010010101010000111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9DFA; }

 p { color: rgb(204,157,250); }

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

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

 a { background-color: rgb(204,157,250); }

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

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

 span { border-color: rgb(204,157,250); }

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