Html Css Color HEX #C9B1FE Mauve

📋 copy color: '#C9B1FE'

red 201 ◦ green 177 ◦ blue 254

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

Shades of Mauve #C9B1FE

Tints of Mauve #C9B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.01%

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

R = 31.8%
G = 28.01%
B = 40.19%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9B1FE (or 0xC9B1FE) is known color: Mauve. HEX triplet: C9, B1 and FE. RGB value is (201,177,254). Sum of RGB (Red+Green+Blue) = 201+177+254=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1FE is #364E01. Grayscale: #C0C0C0. Windows color (decimal): -3558914 or 16691657. OLE color: 16691657.

HSL color Cylindrical-coordinate representation of color #C9B1FE: hue angle of 258.7º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B1FE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 177 254 -
CMYK 0.21 0.30 0 0.00
HSL 258.7º 0.97% 0.85% -
HSV(B) 258.7º 0.3% 1% -
XYZ 57.7 51.02 100.57 -
YUV 192.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 201 177 254 0.21 0.30 0 0.00 258.7 0.97 0.85
Hex C9 B1 FE 15 1E 0 0 103 61 55
Octal 311 261 376 25 36 0 0 403 141 125
Binary 11001001 10110001 11111110 10101 11110 0 0 100000011 1100001 1010101

Color Harmonies of #C9B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B1FE

Black with #C9B1FE

Text Example


Text Example

White with #C9B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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