Html Css Color HEX #CE93FC Mauve

📋 copy color: '#CE93FC'

red 206 ◦ green 147 ◦ blue 252

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

Shades of Mauve #CE93FC

Tints of Mauve #CE93FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 34.05%
G = 24.3%
B = 41.65%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE93FC (or 0xCE93FC) is known color: Mauve. HEX triplet: CE, 93 and FC. RGB value is (206,147,252). Sum of RGB (Red+Green+Blue) = 206+147+252=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93FC is #316C03. Grayscale: #B0B0B0. Windows color (decimal): -3238916 or 16552910. OLE color: 16552910.

HSL color Cylindrical-coordinate representation of color #CE93FC: hue angle of 273.71º degrees, saturation: 0.95, 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 #CE93FC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 147 252 -
CMYK 0.18 0.42 0 0.01
HSL 273.71º 0.95% 0.78% -
HSV(B) 273.71º 0.42% 0.99% -
XYZ 53.46 41.02 97.2 -
YUV 176.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 206 147 252 0.18 0.42 0 0.01 273.71 0.95 0.78
Hex CE 93 FC 12 2A 0 1 112 5F 4E
Octal 316 223 374 22 52 0 1 422 137 116
Binary 11001110 10010011 11111100 10010 101010 0 1 100010010 1011111 1001110

Color Harmonies of #CE93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93FC

Black with #CE93FC

Text Example


Text Example

White with #CE93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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