Html Css Color HEX #CE96FA Mauve

📋 copy color: '#CE96FA'

red 206 ◦ green 150 ◦ blue 250

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

Shades of Mauve #CE96FA

Tints of Mauve #CE96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 33.99%
G = 24.75%
B = 41.25%

CMYK

 C value IS 0.18

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE96FA (or 0xCE96FA) is known color: Mauve. HEX triplet: CE, 96 and FA. RGB value is (206,150,250). Sum of RGB (Red+Green+Blue) = 206+150+250=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96FA is #316905. Grayscale: #B1B1B1. Windows color (decimal): -3238150 or 16422606. OLE color: 16422606.

HSL color Cylindrical-coordinate representation of color #CE96FA: hue angle of 273.6º degrees, saturation: 0.91, 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 #CE96FA is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 150 250 -
CMYK 0.18 0.4 0 0.02
HSL 273.6º 0.91% 0.78% -
HSV(B) 273.6º 0.4% 0.98% -
XYZ 53.62 41.84 95.69 -
YUV 178.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 206 150 250 0.18 0.4 0 0.02 273.6 0.91 0.78
Hex CE 96 FA 12 28 0 2 112 5B 4E
Octal 316 226 372 22 50 0 2 422 133 116
Binary 11001110 10010110 11111010 10010 101000 0 10 100010010 1011011 1001110

Color Harmonies of #CE96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96FA

Black with #CE96FA

Text Example


Text Example

White with #CE96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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