#CC97FD

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

Shades of Mauve #CC97FD

Tints of Mauve #CC97FD

Color information

#CC97FD (or 0xCC97FD) is unknown color: approx Mauve. HEX triplet: CC, 97 and FD. RGB value is (204,151,253). Sum of RGB (Red+Green+Blue) = 204+151+253=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC97FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC97FD is #336802. Grayscale: #B2B2B2. Windows color (decimal): -3368963 or 16619468. OLE color: 16619468.

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

Color convert

RGB204151253-
CMYK0.190.4000.01
HSL271.18º96.23%79.22%-
HSV(B)271.18º40.32%99.22%-
XYZ53.742.0698.22-
YUV178.48170.06146.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=33.55%
G=24.84%
B=41.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041512530.190.4000.01271.1896.2379.22
HexCC97FD13280110f604f
Octal314227375235001417140117
Binary110011001001011111111101100111010000110000111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97FD; }

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

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

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

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

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

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

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

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