Html Css Color HEX #C99FFA Mauve

📋 copy color: '#C99FFA'

red 201 ◦ green 159 ◦ blue 250

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

Shades of Mauve #C99FFA

Tints of Mauve #C99FFA

RGB

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

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

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

R = 32.95%
G = 26.07%
B = 40.98%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C99FFA (or 0xC99FFA) is known color: Mauve. HEX triplet: C9, 9F and FA. RGB value is (201,159,250). Sum of RGB (Red+Green+Blue) = 201+159+250=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFA is #366005. Grayscale: #B5B5B5. Windows color (decimal): -3563526 or 16424905. OLE color: 16424905.

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

Color convert

RGB 201 159 250 -
CMYK 0.20 0.36 0 0.02
HSL 267.69º 0.9% 0.8% -
HSV(B) 267.69º 0.36% 0.98% -
XYZ 53.74 44.12 96.13 -
YUV 181.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 201 159 250 0.20 0.36 0 0.02 267.69 0.9 0.8
Hex C9 9F FA 14 24 0 2 10C 5A 50
Octal 311 237 372 24 44 0 2 414 132 120
Binary 11001001 10011111 11111010 10100 100100 0 10 100001100 1011010 1010000

Color Harmonies of #C99FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99FFA

Black with #C99FFA

Text Example


Text Example

White with #C99FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99FFA; }

 p { color: rgb(201,159,250); }

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

background-color css

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

 a { background-color: rgb(201,159,250); }

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

border-color css

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

 span { border-color: rgb(201,159,250); }

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