Html Css Color HEX #CE91FD Mauve

📋 copy color: '#CE91FD'

red 206 ◦ green 145 ◦ blue 253

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

Shades of Mauve #CE91FD

Tints of Mauve #CE91FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 34.11%
G = 24.01%
B = 41.89%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE91FD (or 0xCE91FD) is known color: Mauve. HEX triplet: CE, 91 and FD. RGB value is (206,145,253). Sum of RGB (Red+Green+Blue) = 206+145+253=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91FD is #316E02. Grayscale: #AFAFAF. Windows color (decimal): -3239427 or 16617934. OLE color: 16617934.

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

Color convert

RGB 206 145 253 -
CMYK 0.19 0.43 0 0.01
HSL 273.89º 0.96% 0.78% -
HSV(B) 273.89º 0.43% 0.99% -
XYZ 53.31 40.46 97.93 -
YUV 175.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 206 145 253 0.19 0.43 0 0.01 273.89 0.96 0.78
Hex CE 91 FD 13 2B 0 1 112 60 4E
Octal 316 221 375 23 53 0 1 422 140 116
Binary 11001110 10010001 11111101 10011 101011 0 1 100010010 1100000 1001110

Color Harmonies of #CE91FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91FD

Black with #CE91FD

Text Example


Text Example

White with #CE91FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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