Html Css Color HEX #C682A5 Viola

📋 copy color: '#C682A5'

red 198 ◦ green 130 ◦ blue 165

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

Shades of Viola #C682A5

Tints of Viola #C682A5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 40.16%
G = 26.37%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C682A5 (or 0xC682A5) is known color: Viola. HEX triplet: C6, 82 and A5. RGB value is (198,130,165). Sum of RGB (Red+Green+Blue) = 198+130+165=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C682A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682A5 is #397D5A. Grayscale: #9A9A9A. Windows color (decimal): -3767643 or 10846918. OLE color: 10846918.

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

Color convert

RGB 198 130 165 -
CMYK 0 0.34 0.17 0.22
HSL 329.12º 0.37% 0.64% -
HSV(B) 329.12º 0.34% 0.78% -
XYZ 38.06 30.69 39.51 -
YUV 154.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 198 130 165 0 0.34 0.17 0.22 329.12 0.37 0.64
Hex C6 82 A5 0 22 11 16 149 25 40
Octal 306 202 245 0 42 21 26 511 45 100
Binary 11000110 10000010 10100101 0 100010 10001 10110 101001001 100101 1000000

Color Harmonies of #C682A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682A5

Black with #C682A5

Text Example


Text Example

White with #C682A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682A5; }

 p { color: rgb(198,130,165); }

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

background-color css

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

 a { background-color: rgb(198,130,165); }

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

border-color css

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

 span { border-color: rgb(198,130,165); }

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