Shades of Orchid #C580C0
Tints of Orchid #C580C0
RGB
CMYK
RGB Variations
Color information
#C580C0 (or 0xC580C0) is known color: Orchid. HEX triplet: C5, 80 and C0. RGB value is (197,128,192). Sum of RGB (Red+Green+Blue) = 197+128+192=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C580C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580C0 is #3A7F3F. Grayscale: #9B9B9B. Windows color (decimal): -3833664 or 12615877. OLE color: 12615877.
HSL color Cylindrical-coordinate representation of color #C580C0: hue angle of 304.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580C0 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 192 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.23 |
| HSL | 304.35º | 0.37% | 0.64% | - |
| HSV(B) | 304.35º | 0.35% | 0.77% | - |
| XYZ | 40.26 | 31.11 | 53.75 | - |
| YUV | 155.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 192 | 0 | 0.35 | 0.03 | 0.23 | 304.35 | 0.37 | 0.64 |
| Hex | C5 | 80 | C0 | 0 | 23 | 3 | 17 | 130 | 25 | 40 |
| Octal | 305 | 200 | 300 | 0 | 43 | 3 | 27 | 460 | 45 | 100 |
| Binary | 11000101 | 10000000 | 11000000 | 0 | 100011 | 11 | 10111 | 100110000 | 100101 | 1000000 |
Color Harmonies of #C580C0
Complementary color
Monochromatic Colors of #C580C0
Black with #C580C0
Text Example
Text Example
White with #C580C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580C0; }
p { color: rgb(197,128,192); }
H1.HeaderClassName
{
color: #C580C0;
}
.AnyTagClassName
{
color: #C580C0;
}
</style>
background-color css
<style>
a { background-color: #C580C0; }
a { background-color: rgb(197,128,192); }
div.DivClassName
{
background-color: #C580C0;
}
.BgClassName
{
background-color: #C580C0;
}
</style>
border-color css
<style>
span { border-color: #C580C0; }
span { border-color: rgb(197,128,192); }
td.TdClassName
{
border-color: #C580C0;
}
.TagClassName
{
border-color: #C580C0;
}
</style>