Html Css Color HEX #C582A2 Viola

📋 copy color: '#C582A2'

red 197 ◦ green 130 ◦ blue 162

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

Shades of Viola #C582A2

Tints of Viola #C582A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 40.29%
G = 26.58%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C582A2 (or 0xC582A2) is known color: Viola. HEX triplet: C5, 82 and A2. RGB value is (197,130,162). Sum of RGB (Red+Green+Blue) = 197+130+162=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A2 is #3A7D5D. Grayscale: #999999. Windows color (decimal): -3833182 or 10650309. OLE color: 10650309.

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

Color convert

RGB 197 130 162 -
CMYK 0 0.34 0.18 0.23
HSL 331.34º 0.37% 0.64% -
HSV(B) 331.34º 0.34% 0.77% -
XYZ 37.53 30.44 38.08 -
YUV 153.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 197 130 162 0 0.34 0.18 0.23 331.34 0.37 0.64
Hex C5 82 A2 0 22 12 17 14B 25 40
Octal 305 202 242 0 42 22 27 513 45 100
Binary 11000101 10000010 10100010 0 100010 10010 10111 101001011 100101 1000000

Color Harmonies of #C582A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582A2

Black with #C582A2

Text Example


Text Example

White with #C582A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582A2; }

 p { color: rgb(197,130,162); }

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

background-color css

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

 a { background-color: rgb(197,130,162); }

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

border-color css

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

 span { border-color: rgb(197,130,162); }

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