Html Css Color HEX #C5A6FF Mauve

📋 copy color: '#C5A6FF'

red 197 ◦ green 166 ◦ blue 255

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

Shades of Mauve #C5A6FF

Tints of Mauve #C5A6FF

RGB

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

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

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

R = 31.88%
G = 26.86%
B = 41.26%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5A6FF (or 0xC5A6FF) is known color: Mauve. HEX triplet: C5, A6 and FF. RGB value is (197,166,255). Sum of RGB (Red+Green+Blue) = 197+166+255=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A6FF is #3A5900. Grayscale: #B9B9B9. Windows color (decimal): -3823873 or 16754373. OLE color: 16754373.

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

Color convert

RGB 197 166 255 -
CMYK 0.23 0.35 0 0
HSL 260.9º 1% 0.83% -
HSV(B) 260.9º 0.35% 1% -
XYZ 54.71 46.36 100.67 -
YUV 185.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 197 166 255 0.23 0.35 0 0 260.9 1 0.83
Hex C5 A6 FF 17 23 0 0 105 64 53
Octal 305 246 377 27 43 0 0 405 144 123
Binary 11000101 10100110 11111111 10111 100011 0 0 100000101 1100100 1010011

Color Harmonies of #C5A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6FF

Black with #C5A6FF

Text Example


Text Example

White with #C5A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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