Html Css Color HEX #CE91FE Mauve

📋 copy color: '#CE91FE'

red 206 ◦ green 145 ◦ blue 254

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

Shades of Mauve #CE91FE

Tints of Mauve #CE91FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.97%

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

R = 34.05%
G = 23.97%
B = 41.98%

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

#CE91FE (or 0xCE91FE) is known color: Mauve. HEX triplet: CE, 91 and FE. RGB value is (206,145,254). Sum of RGB (Red+Green+Blue) = 206+145+254=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FE is #316E01. Grayscale: #AFAFAF. Windows color (decimal): -3239426 or 16683470. OLE color: 16683470.

HSL color Cylindrical-coordinate representation of color #CE91FE: hue angle of 273.58º 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 #CE91FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 145 254 -
CMYK 0.19 0.43 0 0.00
HSL 273.58º 0.98% 0.78% -
HSV(B) 273.58º 0.43% 1% -
XYZ 53.47 40.53 98.77 -
YUV 175.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 206 145 254 0.19 0.43 0 0.00 273.58 0.98 0.78
Hex CE 91 FE 13 2B 0 0 112 62 4E
Octal 316 221 376 23 53 0 0 422 142 116
Binary 11001110 10010001 11111110 10011 101011 0 0 100010010 1100010 1001110

Color Harmonies of #CE91FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91FE

Black with #CE91FE

Text Example


Text Example

White with #CE91FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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