Html Css Color HEX #CE94FD Mauve

📋 copy color: '#CE94FD'

red 206 ◦ green 148 ◦ blue 253

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

Shades of Mauve #CE94FD

Tints of Mauve #CE94FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 33.94%
G = 24.38%
B = 41.68%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE94FD (or 0xCE94FD) is known color: Mauve. HEX triplet: CE, 94 and FD. RGB value is (206,148,253). Sum of RGB (Red+Green+Blue) = 206+148+253=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FD is #316B02. Grayscale: #B0B0B0. Windows color (decimal): -3238659 or 16618702. OLE color: 16618702.

HSL color Cylindrical-coordinate representation of color #CE94FD: hue angle of 273.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE94FD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 148 253 -
CMYK 0.19 0.42 0 0.01
HSL 273.14º 0.96% 0.79% -
HSV(B) 273.14º 0.42% 0.99% -
XYZ 53.77 41.39 98.08 -
YUV 177.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 206 148 253 0.19 0.42 0 0.01 273.14 0.96 0.79
Hex CE 94 FD 13 2A 0 1 111 60 4F
Octal 316 224 375 23 52 0 1 421 140 117
Binary 11001110 10010100 11111101 10011 101010 0 1 100010001 1100000 1001111

Color Harmonies of #CE94FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94FD

Black with #CE94FD

Text Example


Text Example

White with #CE94FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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