Html Css Color HEX #C7A0FE Mauve

📋 copy color: '#C7A0FE'

red 199 ◦ green 160 ◦ blue 254

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

Shades of Mauve #C7A0FE

Tints of Mauve #C7A0FE

RGB

 RED value IS 199 (78.13% from 255) = 32.46%

 GREEN value IS 160 (62.89% from 255) = 26.1%

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

R = 32.46%
G = 26.1%
B = 41.44%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7A0FE (or 0xC7A0FE) is known color: Mauve. HEX triplet: C7, A0 and FE. RGB value is (199,160,254). Sum of RGB (Red+Green+Blue) = 199+160+254=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A0FE is #385F01. Grayscale: #B6B6B6. Windows color (decimal): -3694338 or 16687303. OLE color: 16687303.

HSL color Cylindrical-coordinate representation of color #C7A0FE: hue angle of 264.89º 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 #C7A0FE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 160 254 -
CMYK 0.22 0.37 0 0.00
HSL 264.89º 0.98% 0.81% -
HSV(B) 264.89º 0.37% 1% -
XYZ 54.01 44.44 99.5 -
YUV 182.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 199 160 254 0.22 0.37 0 0.00 264.89 0.98 0.81
Hex C7 A0 FE 16 25 0 0 109 62 51
Octal 307 240 376 26 45 0 0 411 142 121
Binary 11000111 10100000 11111110 10110 100101 0 0 100001001 1100010 1010001

Color Harmonies of #C7A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A0FE

Black with #C7A0FE

Text Example


Text Example

White with #C7A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A0FE; }

 p { color: rgb(199,160,254); }

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

background-color css

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

 a { background-color: rgb(199,160,254); }

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

border-color css

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

 span { border-color: rgb(199,160,254); }

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