Html Css Color HEX #CE9FFF Mauve

📋 copy color: '#CE9FFF'

red 206 ◦ green 159 ◦ blue 255

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

Shades of Mauve #CE9FFF

Tints of Mauve #CE9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.65%

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

R = 33.23%
G = 25.65%
B = 41.13%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE9FFF (or 0xCE9FFF) is known color: Mauve. HEX triplet: CE, 9F and FF. RGB value is (206,159,255). Sum of RGB (Red+Green+Blue) = 206+159+255=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFF is #316000. Grayscale: #B7B7B7. Windows color (decimal): -3235841 or 16752590. OLE color: 16752590.

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

Color convert

RGB 206 159 255 -
CMYK 0.19 0.38 0 0
HSL 269.38º 1% 0.81% -
HSV(B) 269.38º 0.38% 1% -
XYZ 55.9 45.14 100.37 -
YUV 184 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 206 159 255 0.19 0.38 0 0 269.38 1 0.81
Hex CE 9F FF 13 26 0 0 10D 64 51
Octal 316 237 377 23 46 0 0 415 144 121
Binary 11001110 10011111 11111111 10011 100110 0 0 100001101 1100100 1010001

Color Harmonies of #CE9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FFF

Black with #CE9FFF

Text Example


Text Example

White with #CE9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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