Html Css Color HEX #CE95FE Mauve

📋 copy color: '#CE95FE'

red 206 ◦ green 149 ◦ blue 254

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

Shades of Mauve #CE95FE

Tints of Mauve #CE95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.47%

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

R = 33.83%
G = 24.47%
B = 41.71%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE95FE (or 0xCE95FE) is known color: Mauve. HEX triplet: CE, 95 and FE. RGB value is (206,149,254). Sum of RGB (Red+Green+Blue) = 206+149+254=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95FE is #316A01. Grayscale: #B1B1B1. Windows color (decimal): -3238402 or 16684494. OLE color: 16684494.

HSL color Cylindrical-coordinate representation of color #CE95FE: hue angle of 272.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE95FE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 149 254 -
CMYK 0.19 0.41 0 0.00
HSL 272.57º 0.98% 0.79% -
HSV(B) 272.57º 0.41% 1% -
XYZ 54.09 41.77 98.98 -
YUV 178.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 206 149 254 0.19 0.41 0 0.00 272.57 0.98 0.79
Hex CE 95 FE 13 29 0 0 111 62 4F
Octal 316 225 376 23 51 0 0 421 142 117
Binary 11001110 10010101 11111110 10011 101001 0 0 100010001 1100010 1001111

Color Harmonies of #CE95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95FE

Black with #CE95FE

Text Example


Text Example

White with #CE95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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