Html Css Color HEX #C7A6FF Mauve

📋 copy color: '#C7A6FF'

red 199 ◦ green 166 ◦ blue 255

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

Shades of Mauve #C7A6FF

Tints of Mauve #C7A6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 32.1%
G = 26.77%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7A6FF (or 0xC7A6FF) is known color: Mauve. HEX triplet: C7, A6 and FF. RGB value is (199,166,255). Sum of RGB (Red+Green+Blue) = 199+166+255=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A6FF is #385900. Grayscale: #B9B9B9. Windows color (decimal): -3692801 or 16754375. OLE color: 16754375.

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

Color convert

RGB 199 166 255 -
CMYK 0.22 0.35 0 0
HSL 262.25º 1% 0.83% -
HSV(B) 262.25º 0.35% 1% -
XYZ 55.24 46.63 100.7 -
YUV 186.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 199 166 255 0.22 0.35 0 0 262.25 1 0.83
Hex C7 A6 FF 16 23 0 0 106 64 53
Octal 307 246 377 26 43 0 0 406 144 123
Binary 11000111 10100110 11111111 10110 100011 0 0 100000110 1100100 1010011

Color Harmonies of #C7A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A6FF

Black with #C7A6FF

Text Example


Text Example

White with #C7A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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