Html Css Color HEX #CE93FF Mauve

📋 copy color: '#CE93FF'

red 206 ◦ green 147 ◦ blue 255

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

Shades of Mauve #CE93FF

Tints of Mauve #CE93FF

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 value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE93FF (or 0xCE93FF) is known color: 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

RGB 206 147 255 -
CMYK 0.19 0.42 0 0
HSL 272.78º 1% 0.79% -
HSV(B) 272.78º 0.42% 1% -
XYZ 53.94 41.21 99.72 -
YUV 176.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 206 147 255 0.19 0.42 0 0 272.78 1 0.79
Hex CE 93 FF 13 2A 0 0 111 64 4F
Octal 316 223 377 23 52 0 0 421 144 117
Binary 11001110 10010011 11111111 10011 101010 0 0 100010001 1100100 1001111

Color Harmonies of #CE93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93FF

Black with #CE93FF

Text Example


Text Example

White with #CE93FF

Text Example


Text Example

HTML Codes & Css Web 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>