#CE93FF

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

Shades of Mauve #CE93FF

Tints of Mauve #CE93FF

Color information

#CE93FF (or 0xCE93FF) is unknown color: approx Mauve. HEX triplet: CE, 93 and FF. RGB value is (206,147,255). Sum of RGB (Red+Green+Blue) = 206+147+255=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93FF is #316C00. Grayscale: #B0B0B0. Windows color (decimal): -3238913 or 16749518. OLE color: 16749518.

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

Color convert

RGB206147255-
CMYK0.190.4200
HSL272.78º100%78.82%-
HSV(B)272.78º42.35%100%-
XYZ53.9441.2199.72-
YUV176.95172.05148.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 147 (57.81% from 255) = 24.18%
BLUE value IS 255 (100% from 255) = 41.94%
R=33.88%
G=24.18%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061472550.190.4200272.7810078.82
HexCE93FF132A00111644f
Octal316223377235200421144117
Binary110011101001001111111111100111010100010001000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93FF; }

 p { color: rgb(206,147,255); }

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

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

 a { background-color: rgb(206,147,255); }

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

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

 span { border-color: rgb(206,147,255); }

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