Html Css Color HEX #CE94FA Mauve

📋 copy color: '#CE94FA'

red 206 ◦ green 148 ◦ blue 250

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

Shades of Mauve #CE94FA

Tints of Mauve #CE94FA

RGB

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

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

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

R = 34.11%
G = 24.5%
B = 41.39%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE94FA (or 0xCE94FA) is known color: Mauve. HEX triplet: CE, 94 and FA. RGB value is (206,148,250). Sum of RGB (Red+Green+Blue) = 206+148+250=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FA is #316B05. Grayscale: #B0B0B0. Windows color (decimal): -3238662 or 16422094. OLE color: 16422094.

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

Color convert

RGB 206 148 250 -
CMYK 0.18 0.41 0 0.02
HSL 274.12º 0.91% 0.78% -
HSV(B) 274.12º 0.41% 0.98% -
XYZ 53.3 41.2 95.59 -
YUV 176.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 206 148 250 0.18 0.41 0 0.02 274.12 0.91 0.78
Hex CE 94 FA 12 29 0 2 112 5B 4E
Octal 316 224 372 22 51 0 2 422 133 116
Binary 11001110 10010100 11111010 10010 101001 0 10 100010010 1011011 1001110

Color Harmonies of #CE94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94FA

Black with #CE94FA

Text Example


Text Example

White with #CE94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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