Html Css Color HEX #CE95FA Mauve

📋 copy color: '#CE95FA'

red 206 ◦ green 149 ◦ blue 250

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

Shades of Mauve #CE95FA

Tints of Mauve #CE95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.63%

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

R = 34.05%
G = 24.63%
B = 41.32%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE95FA (or 0xCE95FA) is known color: Mauve. HEX triplet: CE, 95 and FA. RGB value is (206,149,250). Sum of RGB (Red+Green+Blue) = 206+149+250=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95FA is #316A05. Grayscale: #B1B1B1. Windows color (decimal): -3238406 or 16422350. OLE color: 16422350.

HSL color Cylindrical-coordinate representation of color #CE95FA: hue angle of 273.86º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE95FA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 149 250 -
CMYK 0.18 0.40 0 0.02
HSL 273.86º 0.91% 0.78% -
HSV(B) 273.86º 0.4% 0.98% -
XYZ 53.46 41.52 95.64 -
YUV 177.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 206 149 250 0.18 0.40 0 0.02 273.86 0.91 0.78
Hex CE 95 FA 12 28 0 2 112 5B 4E
Octal 316 225 372 22 50 0 2 422 133 116
Binary 11001110 10010101 11111010 10010 101000 0 10 100010010 1011011 1001110

Color Harmonies of #CE95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95FA

Black with #CE95FA

Text Example


Text Example

White with #CE95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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