Html Css Color HEX #CE98FF Mauve

📋 copy color: '#CE98FF'

red 206 ◦ green 152 ◦ blue 255

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

Shades of Mauve #CE98FF

Tints of Mauve #CE98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 33.61%
G = 24.8%
B = 41.6%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE98FF (or 0xCE98FF) is known color: Mauve. HEX triplet: CE, 98 and FF. RGB value is (206,152,255). Sum of RGB (Red+Green+Blue) = 206+152+255=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98FF is #316700. Grayscale: #B3B3B3. Windows color (decimal): -3237633 or 16750798. OLE color: 16750798.

HSL color Cylindrical-coordinate representation of color #CE98FF: hue angle of 271.46º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE98FF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 152 255 -
CMYK 0.19 0.40 0 0
HSL 271.46º 1% 0.8% -
HSV(B) 271.46º 0.4% 1% -
XYZ 54.73 42.8 99.98 -
YUV 179.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 206 152 255 0.19 0.40 0 0 271.46 1 0.8
Hex CE 98 FF 13 28 0 0 10F 64 50
Octal 316 230 377 23 50 0 0 417 144 120
Binary 11001110 10011000 11111111 10011 101000 0 0 100001111 1100100 1010000

Color Harmonies of #CE98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98FF

Black with #CE98FF

Text Example


Text Example

White with #CE98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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