Html Css Color HEX #C99EFE Mauve

📋 copy color: '#C99EFE'

red 201 ◦ green 158 ◦ blue 254

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

Shades of Mauve #C99EFE

Tints of Mauve #C99EFE

RGB

 RED value IS 201 (78.91% from 255) = 32.79%

 GREEN value IS 158 (62.11% from 255) = 25.77%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 32.79%
G = 25.77%
B = 41.44%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C99EFE (or 0xC99EFE) is known color: Mauve. HEX triplet: C9, 9E and FE. RGB value is (201,158,254). Sum of RGB (Red+Green+Blue) = 201+158+254=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFE is #366101. Grayscale: #B5B5B5. Windows color (decimal): -3563778 or 16686793. OLE color: 16686793.

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

Color convert

RGB 201 158 254 -
CMYK 0.21 0.38 0 0.00
HSL 266.88º 0.98% 0.81% -
HSV(B) 266.88º 0.38% 1% -
XYZ 54.2 44.03 99.41 -
YUV 181.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 201 158 254 0.21 0.38 0 0.00 266.88 0.98 0.81
Hex C9 9E FE 15 26 0 0 10B 62 51
Octal 311 236 376 25 46 0 0 413 142 121
Binary 11001001 10011110 11111110 10101 100110 0 0 100001011 1100010 1010001

Color Harmonies of #C99EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EFE

Black with #C99EFE

Text Example


Text Example

White with #C99EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EFE; }

 p { color: rgb(201,158,254); }

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

background-color css

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

 a { background-color: rgb(201,158,254); }

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

border-color css

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

 span { border-color: rgb(201,158,254); }

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