Html Css Color HEX #C5A6FE Mauve

📋 copy color: '#C5A6FE'

red 197 ◦ green 166 ◦ blue 254

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

Shades of Mauve #C5A6FE

Tints of Mauve #C5A6FE

RGB

 RED value IS 197 (77.34% from 255) = 31.93%

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

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

R = 31.93%
G = 26.9%
B = 41.17%

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

#C5A6FE (or 0xC5A6FE) is known color: Mauve. HEX triplet: C5, A6 and FE. RGB value is (197,166,254). Sum of RGB (Red+Green+Blue) = 197+166+254=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A6FE is #3A5901. Grayscale: #B8B8B8. Windows color (decimal): -3823874 or 16688837. OLE color: 16688837.

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

Color convert

RGB 197 166 254 -
CMYK 0.22 0.35 0 0.00
HSL 261.14º 0.98% 0.82% -
HSV(B) 261.14º 0.35% 1% -
XYZ 54.55 46.3 99.83 -
YUV 185.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 197 166 254 0.22 0.35 0 0.00 261.14 0.98 0.82
Hex C5 A6 FE 16 23 0 0 105 62 52
Octal 305 246 376 26 43 0 0 405 142 122
Binary 11000101 10100110 11111110 10110 100011 0 0 100000101 1100010 1010010

Color Harmonies of #C5A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6FE

Black with #C5A6FE

Text Example


Text Example

White with #C5A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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