Html Css Color HEX #C7A6FE Mauve

📋 copy color: '#C7A6FE'

red 199 ◦ green 166 ◦ blue 254

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

Shades of Mauve #C7A6FE

Tints of Mauve #C7A6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

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

R = 32.15%
G = 26.82%
B = 41.03%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7A6FE (or 0xC7A6FE) is known color: Mauve. HEX triplet: C7, A6 and FE. RGB value is (199,166,254). Sum of RGB (Red+Green+Blue) = 199+166+254=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A6FE is #385901. Grayscale: #B9B9B9. Windows color (decimal): -3692802 or 16688839. OLE color: 16688839.

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

Color convert

RGB 199 166 254 -
CMYK 0.22 0.35 0 0.00
HSL 262.5º 0.98% 0.82% -
HSV(B) 262.5º 0.35% 1% -
XYZ 55.08 46.57 99.85 -
YUV 185.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 199 166 254 0.22 0.35 0 0.00 262.5 0.98 0.82
Hex C7 A6 FE 16 23 0 0 106 62 52
Octal 307 246 376 26 43 0 0 406 142 122
Binary 11000111 10100110 11111110 10110 100011 0 0 100000110 1100010 1010010

Color Harmonies of #C7A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A6FE

Black with #C7A6FE

Text Example


Text Example

White with #C7A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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