Html Css Color HEX #C6A6FF Mauve

📋 copy color: '#C6A6FF'

red 198 ◦ green 166 ◦ blue 255

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

Shades of Mauve #C6A6FF

Tints of Mauve #C6A6FF

RGB

 RED value IS 198 (77.73% from 255) = 31.99%

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

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

R = 31.99%
G = 26.82%
B = 41.2%

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

#C6A6FF (or 0xC6A6FF) is known color: Mauve. HEX triplet: C6, A6 and FF. RGB value is (198,166,255). Sum of RGB (Red+Green+Blue) = 198+166+255=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A6FF is #395900. Grayscale: #B9B9B9. Windows color (decimal): -3758337 or 16754374. OLE color: 16754374.

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

Color convert

RGB 198 166 255 -
CMYK 0.22 0.35 0 0
HSL 261.57º 1% 0.83% -
HSV(B) 261.57º 0.35% 1% -
XYZ 54.97 46.5 100.69 -
YUV 185.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 198 166 255 0.22 0.35 0 0 261.57 1 0.83
Hex C6 A6 FF 16 23 0 0 106 64 53
Octal 306 246 377 26 43 0 0 406 144 123
Binary 11000110 10100110 11111111 10110 100011 0 0 100000110 1100100 1010011

Color Harmonies of #C6A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6FF

Black with #C6A6FF

Text Example


Text Example

White with #C6A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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