Html Css Color HEX #C99DFF Mauve

📋 copy color: '#C99DFF'

red 201 ◦ green 157 ◦ blue 255

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

Shades of Mauve #C99DFF

Tints of Mauve #C99DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.61%

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

R = 32.79%
G = 25.61%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C99DFF (or 0xC99DFF) is known color: Mauve. HEX triplet: C9, 9D and FF. RGB value is (201,157,255). Sum of RGB (Red+Green+Blue) = 201+157+255=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFF is #366200. Grayscale: #B4B4B4. Windows color (decimal): -3564033 or 16752073. OLE color: 16752073.

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

Color convert

RGB 201 157 255 -
CMYK 0.21 0.38 0 0
HSL 266.94º 1% 0.81% -
HSV(B) 266.94º 0.38% 1% -
XYZ 54.19 43.75 100.2 -
YUV 181.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 201 157 255 0.21 0.38 0 0 266.94 1 0.81
Hex C9 9D FF 15 26 0 0 10B 64 51
Octal 311 235 377 25 46 0 0 413 144 121
Binary 11001001 10011101 11111111 10101 100110 0 0 100001011 1100100 1010001

Color Harmonies of #C99DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DFF

Black with #C99DFF

Text Example


Text Example

White with #C99DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DFF; }

 p { color: rgb(201,157,255); }

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

background-color css

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

 a { background-color: rgb(201,157,255); }

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

border-color css

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

 span { border-color: rgb(201,157,255); }

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