Html Css Color HEX #CE92FE Mauve

📋 copy color: '#CE92FE'

red 206 ◦ green 146 ◦ blue 254

#CE92FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CE92FE

Tints of Mauve #CE92FE

RGB

 RED value IS 206 (80.86% from 255) = 33.99%

 GREEN value IS 146 (57.42% from 255) = 24.09%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 33.99%
G = 24.09%
B = 41.91%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE92FE (or 0xCE92FE) is known color: Mauve. HEX triplet: CE, 92 and FE. RGB value is (206,146,254). Sum of RGB (Red+Green+Blue) = 206+146+254=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FE is #316D01. Grayscale: #AFAFAF. Windows color (decimal): -3239170 or 16683726. OLE color: 16683726.

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

Color convert

RGB 206 146 254 -
CMYK 0.19 0.43 0 0.00
HSL 273.33º 0.98% 0.78% -
HSV(B) 273.33º 0.43% 1% -
XYZ 53.62 40.84 98.82 -
YUV 176.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 206 146 254 0.19 0.43 0 0.00 273.33 0.98 0.78
Hex CE 92 FE 13 2B 0 0 111 62 4E
Octal 316 222 376 23 53 0 0 421 142 116
Binary 11001110 10010010 11111110 10011 101011 0 0 100010001 1100010 1001110

Color Harmonies of #CE92FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92FE

Black with #CE92FE

Text Example


Text Example

White with #CE92FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92FE; }

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

 H1.HeaderClassName
 {
   color: #CE92FE;
 }
 .AnyTagClassName
 {
   color: #CE92FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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