#CE97FA

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

Shades of Mauve #CE97FA

Tints of Mauve #CE97FA

Color information

#CE97FA (or 0xCE97FA) is unknown color: approx Mauve. HEX triplet: CE, 97 and FA. RGB value is (206,151,250). Sum of RGB (Red+Green+Blue) = 206+151+250=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97FA is #316805. Grayscale: #B2B2B2. Windows color (decimal): -3237894 or 16422862. OLE color: 16422862.

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

Color convert

RGB206151250-
CMYK0.180.4000.02
HSL273.33º90.83%78.63%-
HSV(B)273.33º39.6%98.04%-
XYZ53.7842.1695.75-
YUV178.73168.22147.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=33.94%
G=24.88%
B=41.19%

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
Decimal2061512500.180.4000.02273.3390.8378.63
HexCE97FA1228021115b4f
Octal316227372225002421133117
Binary1100111010010111111110101001010100001010001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97FA; }

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

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

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

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

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

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

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

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