Html Css Color HEX #C7A8FE Mauve

📋 copy color: '#C7A8FE'

red 199 ◦ green 168 ◦ blue 254

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

Shades of Mauve #C7A8FE

Tints of Mauve #C7A8FE

RGB

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

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

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

R = 32.05%
G = 27.05%
B = 40.9%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7A8FE (or 0xC7A8FE) is known color: Mauve. HEX triplet: C7, A8 and FE. RGB value is (199,168,254). Sum of RGB (Red+Green+Blue) = 199+168+254=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A8FE is #385701. Grayscale: #BABABA. Windows color (decimal): -3692290 or 16689351. OLE color: 16689351.

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

Color convert

RGB 199 168 254 -
CMYK 0.22 0.34 0 0.00
HSL 261.63º 0.98% 0.83% -
HSV(B) 261.63º 0.34% 1% -
XYZ 55.45 47.3 99.97 -
YUV 187.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 199 168 254 0.22 0.34 0 0.00 261.63 0.98 0.83
Hex C7 A8 FE 16 22 0 0 106 62 53
Octal 307 250 376 26 42 0 0 406 142 123
Binary 11000111 10101000 11111110 10110 100010 0 0 100000110 1100010 1010011

Color Harmonies of #C7A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A8FE

Black with #C7A8FE

Text Example


Text Example

White with #C7A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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