Html Css Color HEX #C9A1FE Mauve

📋 copy color: '#C9A1FE'

red 201 ◦ green 161 ◦ blue 254

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

Shades of Mauve #C9A1FE

Tints of Mauve #C9A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.14%

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

R = 32.63%
G = 26.14%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9A1FE (or 0xC9A1FE) is known color: Mauve. HEX triplet: C9, A1 and FE. RGB value is (201,161,254). Sum of RGB (Red+Green+Blue) = 201+161+254=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A1FE is #365E01. Grayscale: #B7B7B7. Windows color (decimal): -3563010 or 16687561. OLE color: 16687561.

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

Color convert

RGB 201 161 254 -
CMYK 0.21 0.37 0 0.00
HSL 265.81º 0.98% 0.81% -
HSV(B) 265.81º 0.37% 1% -
XYZ 54.72 45.06 99.58 -
YUV 183.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 201 161 254 0.21 0.37 0 0.00 265.81 0.98 0.81
Hex C9 A1 FE 15 25 0 0 10A 62 51
Octal 311 241 376 25 45 0 0 412 142 121
Binary 11001001 10100001 11111110 10101 100101 0 0 100001010 1100010 1010001

Color Harmonies of #C9A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1FE

Black with #C9A1FE

Text Example


Text Example

White with #C9A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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