Html Css Color HEX #C680A6 Viola

📋 copy color: '#C680A6'

red 198 ◦ green 128 ◦ blue 166

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

Shades of Viola #C680A6

Tints of Viola #C680A6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 40.24%
G = 26.02%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C680A6 (or 0xC680A6) is known color: Viola. HEX triplet: C6, 80 and A6. RGB value is (198,128,166). Sum of RGB (Red+Green+Blue) = 198+128+166=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C680A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680A6 is #397F59. Grayscale: #999999. Windows color (decimal): -3768154 or 10911942. OLE color: 10911942.

HSL color Cylindrical-coordinate representation of color #C680A6: hue angle of 327.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C680A6 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 166 -
CMYK 0 0.35 0.16 0.22
HSL 327.43º 0.38% 0.64% -
HSV(B) 327.43º 0.35% 0.78% -
XYZ 37.89 30.2 39.91 -
YUV 153.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 198 128 166 0 0.35 0.16 0.22 327.43 0.38 0.64
Hex C6 80 A6 0 23 10 16 147 26 40
Octal 306 200 246 0 43 20 26 507 46 100
Binary 11000110 10000000 10100110 0 100011 10000 10110 101000111 100110 1000000

Color Harmonies of #C680A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680A6

Black with #C680A6

Text Example


Text Example

White with #C680A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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