Html Css Color HEX #C582A4 Viola

📋 copy color: '#C582A4'

red 197 ◦ green 130 ◦ blue 164

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

Shades of Viola #C582A4

Tints of Viola #C582A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.4%

R = 40.12%
G = 26.48%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C582A4 (or 0xC582A4) is known color: Viola. HEX triplet: C5, 82 and A4. RGB value is (197,130,164). Sum of RGB (Red+Green+Blue) = 197+130+164=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A4 is #3A7D5B. Grayscale: #999999. Windows color (decimal): -3833180 or 10781381. OLE color: 10781381.

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

Color convert

RGB 197 130 164 -
CMYK 0 0.34 0.17 0.23
HSL 329.55º 0.37% 0.64% -
HSV(B) 329.55º 0.34% 0.77% -
XYZ 37.71 30.52 39.02 -
YUV 153.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 197 130 164 0 0.34 0.17 0.23 329.55 0.37 0.64
Hex C5 82 A4 0 22 11 17 14A 25 40
Octal 305 202 244 0 42 21 27 512 45 100
Binary 11000101 10000010 10100100 0 100010 10001 10111 101001010 100101 1000000

Color Harmonies of #C582A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582A4

Black with #C582A4

Text Example


Text Example

White with #C582A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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