Html Css Color HEX #CE96F9 Mauve

📋 copy color: '#CE96F9'

red 206 ◦ green 150 ◦ blue 249

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

Shades of Mauve #CE96F9

Tints of Mauve #CE96F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.79%

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 34.05%
G = 24.79%
B = 41.16%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE96F9 (or 0xCE96F9) is known color: Mauve. HEX triplet: CE, 96 and F9. RGB value is (206,150,249). Sum of RGB (Red+Green+Blue) = 206+150+249=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F9 is #316906. Grayscale: #B1B1B1. Windows color (decimal): -3238151 or 16357070. OLE color: 16357070.

HSL color Cylindrical-coordinate representation of color #CE96F9: hue angle of 273.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE96F9 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 150 249 -
CMYK 0.17 0.40 0 0.02
HSL 273.94º 0.89% 0.78% -
HSV(B) 273.94º 0.4% 0.98% -
XYZ 53.46 41.77 94.87 -
YUV 178.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 206 150 249 0.17 0.40 0 0.02 273.94 0.89 0.78
Hex CE 96 F9 11 28 0 2 112 59 4E
Octal 316 226 371 21 50 0 2 422 131 116
Binary 11001110 10010110 11111001 10001 101000 0 10 100010010 1011001 1001110

Color Harmonies of #CE96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96F9

Black with #CE96F9

Text Example


Text Example

White with #CE96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96F9; }

 p { color: rgb(206,150,249); }

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

background-color css

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

 a { background-color: rgb(206,150,249); }

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

border-color css

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

 span { border-color: rgb(206,150,249); }

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