#CC9AFD

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

Shades of Mauve #CC9AFD

Tints of Mauve #CC9AFD

Color information

#CC9AFD (or 0xCC9AFD) is unknown color: approx Mauve. HEX triplet: CC, 9A and FD. RGB value is (204,154,253). Sum of RGB (Red+Green+Blue) = 204+154+253=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFD is #336502. Grayscale: #B3B3B3. Windows color (decimal): -3368195 or 16620236. OLE color: 16620236.

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

Color convert

RGB204154253-
CMYK0.190.3900.01
HSL270.3º96.12%79.8%-
HSV(B)270.3º39.13%99.22%-
XYZ54.1943.0498.38-
YUV180.24169.06144.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=33.39%
G=25.20%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041542530.190.3900.01270.396.1279.8
HexCC9AFD13270110e6050
Octal314232375234701416140120
Binary110011001001101011111101100111001110110000111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AFD; }

 p { color: rgb(204,154,253); }

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

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

 a { background-color: rgb(204,154,253); }

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

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

 span { border-color: rgb(204,154,253); }

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