Html Css Color HEX #CE9CFA Mauve

📋 copy color: '#CE9CFA'

red 206 ◦ green 156 ◦ blue 250

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

Shades of Mauve #CE9CFA

Tints of Mauve #CE9CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 33.66%
G = 25.49%
B = 40.85%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE9CFA (or 0xCE9CFA) is known color: Mauve. HEX triplet: CE, 9C and FA. RGB value is (206,156,250). Sum of RGB (Red+Green+Blue) = 206+156+250=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFA is #316305. Grayscale: #B5B5B5. Windows color (decimal): -3236614 or 16424142. OLE color: 16424142.

HSL color Cylindrical-coordinate representation of color #CE9CFA: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9CFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 156 250 -
CMYK 0.18 0.38 0 0.02
HSL 271.91º 0.9% 0.8% -
HSV(B) 271.91º 0.38% 0.98% -
XYZ 54.6 43.8 96.02 -
YUV 181.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 206 156 250 0.18 0.38 0 0.02 271.91 0.9 0.8
Hex CE 9C FA 12 26 0 2 110 5A 50
Octal 316 234 372 22 46 0 2 420 132 120
Binary 11001110 10011100 11111010 10010 100110 0 10 100010000 1011010 1010000

Color Harmonies of #CE9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CFA

Black with #CE9CFA

Text Example


Text Example

White with #CE9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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