Html Css Color HEX #C99EFB Mauve

📋 copy color: '#C99EFB'

red 201 ◦ green 158 ◦ blue 251

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

Shades of Mauve #C99EFB

Tints of Mauve #C99EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 32.95%
G = 25.9%
B = 41.15%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C99EFB (or 0xC99EFB) is known color: Mauve. HEX triplet: C9, 9E and FB. RGB value is (201,158,251). Sum of RGB (Red+Green+Blue) = 201+158+251=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #C99EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFB is #366104. Grayscale: #B5B5B5. Windows color (decimal): -3563781 or 16490185. OLE color: 16490185.

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

Color convert

RGB 201 158 251 -
CMYK 0.20 0.37 0 0.02
HSL 267.74º 0.92% 0.8% -
HSV(B) 267.74º 0.37% 0.98% -
XYZ 53.73 43.84 96.9 -
YUV 181.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 201 158 251 0.20 0.37 0 0.02 267.74 0.92 0.8
Hex C9 9E FB 14 25 0 2 10C 5C 50
Octal 311 236 373 24 45 0 2 414 134 120
Binary 11001001 10011110 11111011 10100 100101 0 10 100001100 1011100 1010000

Color Harmonies of #C99EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EFB

Black with #C99EFB

Text Example


Text Example

White with #C99EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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