Html Css Color HEX #CE93FE Mauve

📋 copy color: '#CE93FE'

red 206 ◦ green 147 ◦ blue 254

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

Shades of Mauve #CE93FE

Tints of Mauve #CE93FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.22%

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

R = 33.94%
G = 24.22%
B = 41.85%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE93FE (or 0xCE93FE) is known color: Mauve. HEX triplet: CE, 93 and FE. RGB value is (206,147,254). Sum of RGB (Red+Green+Blue) = 206+147+254=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93FE is #316C01. Grayscale: #B0B0B0. Windows color (decimal): -3238914 or 16683982. OLE color: 16683982.

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

Color convert

RGB 206 147 254 -
CMYK 0.19 0.42 0 0.00
HSL 273.08º 0.98% 0.79% -
HSV(B) 273.08º 0.42% 1% -
XYZ 53.78 41.15 98.87 -
YUV 176.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 206 147 254 0.19 0.42 0 0.00 273.08 0.98 0.79
Hex CE 93 FE 13 2A 0 0 111 62 4F
Octal 316 223 376 23 52 0 0 421 142 117
Binary 11001110 10010011 11111110 10011 101010 0 0 100010001 1100010 1001111

Color Harmonies of #CE93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93FE

Black with #CE93FE

Text Example


Text Example

White with #CE93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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