#CE97FE

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

Shades of Mauve #CE97FE

Tints of Mauve #CE97FE

Color information

#CE97FE (or 0xCE97FE) is unknown color: approx Mauve. HEX triplet: CE, 97 and FE. RGB value is (206,151,254). Sum of RGB (Red+Green+Blue) = 206+151+254=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97FE is #316801. Grayscale: #B2B2B2. Windows color (decimal): -3237890 or 16685006. OLE color: 16685006.

HSL color Cylindrical-coordinate representation of color #CE97FE: hue angle of 272.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE97FE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206151254-
CMYK0.190.4100.00
HSL272.04º98.1%79.41%-
HSV(B)272.04º40.55%99.61%-
XYZ54.4142.4199.08-
YUV179.19170.22147.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=33.72%
G=24.71%
B=41.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061512540.190.4100.00272.0498.179.41
HexCE97FE132900110624f
Octal316227376235100420142117
Binary110011101001011111111110100111010010010001000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97FE; }

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

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

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

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

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

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

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

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