Html Css Color HEX #CE98FC Mauve

📋 copy color: '#CE98FC'

red 206 ◦ green 152 ◦ blue 252

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

Shades of Mauve #CE98FC

Tints of Mauve #CE98FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.92%

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

R = 33.77%
G = 24.92%
B = 41.31%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE98FC (or 0xCE98FC) is known color: Mauve. HEX triplet: CE, 98 and FC. RGB value is (206,152,252). Sum of RGB (Red+Green+Blue) = 206+152+252=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98FC is #316703. Grayscale: #B3B3B3. Windows color (decimal): -3237636 or 16554190. OLE color: 16554190.

HSL color Cylindrical-coordinate representation of color #CE98FC: hue angle of 272.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE98FC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 152 252 -
CMYK 0.18 0.40 0 0.01
HSL 272.4º 0.94% 0.79% -
HSV(B) 272.4º 0.4% 0.99% -
XYZ 54.25 42.61 97.46 -
YUV 179.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 206 152 252 0.18 0.40 0 0.01 272.4 0.94 0.79
Hex CE 98 FC 12 28 0 1 110 5E 4F
Octal 316 230 374 22 50 0 1 420 136 117
Binary 11001110 10011000 11111100 10010 101000 0 1 100010000 1011110 1001111

Color Harmonies of #CE98FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98FC

Black with #CE98FC

Text Example


Text Example

White with #CE98FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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