Html Css Color HEX #CE94FC Mauve

📋 copy color: '#CE94FC'

red 206 ◦ green 148 ◦ blue 252

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

Shades of Mauve #CE94FC

Tints of Mauve #CE94FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

 BLUE value IS 252 (98.83% from 255) = 41.58%

R = 33.99%
G = 24.42%
B = 41.58%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE94FC (or 0xCE94FC) is known color: Mauve. HEX triplet: CE, 94 and FC. RGB value is (206,148,252). Sum of RGB (Red+Green+Blue) = 206+148+252=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FC is #316B03. Grayscale: #B0B0B0. Windows color (decimal): -3238660 or 16553166. OLE color: 16553166.

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

Color convert

RGB 206 148 252 -
CMYK 0.18 0.41 0 0.01
HSL 273.46º 0.95% 0.78% -
HSV(B) 273.46º 0.41% 0.99% -
XYZ 53.61 41.33 97.25 -
YUV 177.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 206 148 252 0.18 0.41 0 0.01 273.46 0.95 0.78
Hex CE 94 FC 12 29 0 1 111 5F 4E
Octal 316 224 374 22 51 0 1 421 137 116
Binary 11001110 10010100 11111100 10010 101001 0 1 100010001 1011111 1001110

Color Harmonies of #CE94FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94FC

Black with #CE94FC

Text Example


Text Example

White with #CE94FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94FC; }

 p { color: rgb(206,148,252); }

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

background-color css

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

 a { background-color: rgb(206,148,252); }

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

border-color css

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

 span { border-color: rgb(206,148,252); }

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