#CE92FD

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

Shades of Mauve #CE92FD

Tints of Mauve #CE92FD

Color information

#CE92FD (or 0xCE92FD) is unknown color: approx Mauve. HEX triplet: CE, 92 and FD. RGB value is (206,146,253). Sum of RGB (Red+Green+Blue) = 206+146+253=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FD is #316D02. Grayscale: #AFAFAF. Windows color (decimal): -3239171 or 16618190. OLE color: 16618190.

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

Color convert

RGB206146253-
CMYK0.190.4200.01
HSL273.64º96.4%78.24%-
HSV(B)273.64º42.29%99.22%-
XYZ53.4640.7797.98-
YUV176.14171.38149.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=34.05%
G=24.13%
B=41.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061462530.190.4200.01273.6496.478.24
HexCE92FD132A01112604e
Octal316222375235201422140116
Binary110011101001001011111101100111010100110001001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92FD; }

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

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

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

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

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

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

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

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