Html Css Color HEX #C0829D Viola

📋 copy color: '#C0829D'

red 192 ◦ green 130 ◦ blue 157

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

Shades of Viola #C0829D

Tints of Viola #C0829D

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 40.08%
G = 27.14%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0829D (or 0xC0829D) is known color: Viola. HEX triplet: C0, 82 and 9D. RGB value is (192,130,157). Sum of RGB (Red+Green+Blue) = 192+130+157=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0829D is #3F7D62. Grayscale: #979797. Windows color (decimal): -4160867 or 10322624. OLE color: 10322624.

HSL color Cylindrical-coordinate representation of color #C0829D: hue angle of 333.87º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0829D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 157 -
CMYK 0 0.32 0.18 0.25
HSL 333.87º 0.33% 0.63% -
HSV(B) 333.87º 0.32% 0.75% -
XYZ 35.81 29.61 35.73 -
YUV 151.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 192 130 157 0 0.32 0.18 0.25 333.87 0.33 0.63
Hex C0 82 9D 0 20 12 19 14E 21 3F
Octal 300 202 235 0 40 22 31 516 41 77
Binary 11000000 10000010 10011101 0 100000 10010 11001 101001110 100001 111111

Color Harmonies of #C0829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0829D

Black with #C0829D

Text Example


Text Example

White with #C0829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0829D; }

 p { color: rgb(192,130,157); }

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

background-color css

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

 a { background-color: rgb(192,130,157); }

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

border-color css

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

 span { border-color: rgb(192,130,157); }

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