Html Css Color HEX #C7A8FF Mauve

📋 copy color: '#C7A8FF'

red 199 ◦ green 168 ◦ blue 255

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

Shades of Mauve #C7A8FF

Tints of Mauve #C7A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.01%

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

R = 31.99%
G = 27.01%
B = 41%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7A8FF (or 0xC7A8FF) is known color: Mauve. HEX triplet: C7, A8 and FF. RGB value is (199,168,255). Sum of RGB (Red+Green+Blue) = 199+168+255=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A8FF is #385700. Grayscale: #BABABA. Windows color (decimal): -3692289 or 16754887. OLE color: 16754887.

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

Color convert

RGB 199 168 255 -
CMYK 0.22 0.34 0 0
HSL 261.38º 1% 0.83% -
HSV(B) 261.38º 0.34% 1% -
XYZ 55.61 47.37 100.82 -
YUV 187.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 199 168 255 0.22 0.34 0 0 261.38 1 0.83
Hex C7 A8 FF 16 22 0 0 105 64 53
Octal 307 250 377 26 42 0 0 405 144 123
Binary 11000111 10101000 11111111 10110 100010 0 0 100000101 1100100 1010011

Color Harmonies of #C7A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A8FF

Black with #C7A8FF

Text Example


Text Example

White with #C7A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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