#CE92FB

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

Shades of Mauve #CE92FB

Tints of Mauve #CE92FB

Color information

#CE92FB (or 0xCE92FB) is unknown color: approx Mauve. HEX triplet: CE, 92 and FB. RGB value is (206,146,251). Sum of RGB (Red+Green+Blue) = 206+146+251=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FB is #316D04. Grayscale: #AFAFAF. Windows color (decimal): -3239173 or 16487118. OLE color: 16487118.

HSL color Cylindrical-coordinate representation of color #CE92FB: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE92FB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206146251-
CMYK0.180.4200.02
HSL274.29º92.92%77.84%-
HSV(B)274.29º41.83%98.43%-
XYZ53.1540.6496.31-
YUV175.91170.38149.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=34.16%
G=24.21%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061462510.180.4200.02274.2992.9277.84
HexCE92FB122A021125d4e
Octal316222373225202422135116
Binary1100111010010010111110111001010101001010001001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92FB; }

 p { color: rgb(206,146,251); }

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

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

 a { background-color: rgb(206,146,251); }

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

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

 span { border-color: rgb(206,146,251); }

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