#CE97FC

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

Shades of Mauve #CE97FC

Tints of Mauve #CE97FC

Color information

#CE97FC (or 0xCE97FC) is unknown color: approx Mauve. HEX triplet: CE, 97 and FC. RGB value is (206,151,252). Sum of RGB (Red+Green+Blue) = 206+151+252=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE97FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97FC is #316803. Grayscale: #B2B2B2. Windows color (decimal): -3237892 or 16553934. OLE color: 16553934.

HSL color Cylindrical-coordinate representation of color #CE97FC: hue angle of 272.67º degrees, saturation: 0.94, 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 #CE97FC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206151252-
CMYK0.180.4000.01
HSL272.67º94.39%79.02%-
HSV(B)272.67º40.08%98.82%-
XYZ54.0942.2897.41-
YUV178.96169.22147.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=33.83%
G=24.79%
B=41.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061512520.180.4000.01272.6794.3979.02
HexCE97FC1228011115e4f
Octal316227374225001421136117
Binary110011101001011111111100100101010000110001000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97FC; }

 p { color: rgb(206,151,252); }

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

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

 a { background-color: rgb(206,151,252); }

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

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

 span { border-color: rgb(206,151,252); }

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