Html Css Color HEX #CE9CFF Mauve

📋 copy color: '#CE9CFF'

red 206 ◦ green 156 ◦ blue 255

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

Shades of Mauve #CE9CFF

Tints of Mauve #CE9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.28%

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

R = 33.39%
G = 25.28%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE9CFF (or 0xCE9CFF) is known color: Mauve. HEX triplet: CE, 9C and FF. RGB value is (206,156,255). Sum of RGB (Red+Green+Blue) = 206+156+255=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFF is #316300. Grayscale: #B5B5B5. Windows color (decimal): -3236609 or 16751822. OLE color: 16751822.

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

Color convert

RGB 206 156 255 -
CMYK 0.19 0.39 0 0
HSL 270.3º 1% 0.81% -
HSV(B) 270.3º 0.39% 1% -
XYZ 55.39 44.12 100.2 -
YUV 182.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 206 156 255 0.19 0.39 0 0 270.3 1 0.81
Hex CE 9C FF 13 27 0 0 10E 64 51
Octal 316 234 377 23 47 0 0 416 144 121
Binary 11001110 10011100 11111111 10011 100111 0 0 100001110 1100100 1010001

Color Harmonies of #CE9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CFF

Black with #CE9CFF

Text Example


Text Example

White with #CE9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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