#CC97FA

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

Shades of Mauve #CC97FA

Tints of Mauve #CC97FA

Color information

#CC97FA (or 0xCC97FA) is unknown color: approx Mauve. HEX triplet: CC, 97 and FA. RGB value is (204,151,250). Sum of RGB (Red+Green+Blue) = 204+151+250=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97FA is #336805. Grayscale: #B1B1B1. Windows color (decimal): -3368966 or 16422860. OLE color: 16422860.

HSL color Cylindrical-coordinate representation of color #CC97FA: hue angle of 272.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC97FA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204151250-
CMYK0.180.4000.02
HSL272.12º90.83%78.63%-
HSV(B)272.12º39.6%98.04%-
XYZ53.2241.8795.72-
YUV178.13168.56146.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=33.72%
G=24.96%
B=41.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041512500.180.4000.02272.1290.8378.63
HexCC97FA1228021105b4f
Octal314227372225002420133117
Binary1100110010010111111110101001010100001010001000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97FA; }

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

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

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

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

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

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

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

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