Shades of Orchid #C578C0
Tints of Orchid #C578C0
RGB
CMYK
RGB Variations
Color information
#C578C0 (or 0xC578C0) is known color: Orchid. HEX triplet: C5, 78 and C0. RGB value is (197,120,192). Sum of RGB (Red+Green+Blue) = 197+120+192=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C578C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578C0 is #3A873F. Grayscale: #979797. Windows color (decimal): -3835712 or 12613829. OLE color: 12613829.
HSL color Cylindrical-coordinate representation of color #C578C0: hue angle of 303.9º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578C0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 192 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.23 |
| HSL | 303.9º | 0.4% | 0.62% | - |
| HSV(B) | 303.9º | 0.39% | 0.77% | - |
| XYZ | 39.26 | 29.11 | 53.42 | - |
| YUV | 151.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 192 | 0 | 0.39 | 0.03 | 0.23 | 303.9 | 0.4 | 0.62 |
| Hex | C5 | 78 | C0 | 0 | 27 | 3 | 17 | 130 | 28 | 3E |
| Octal | 305 | 170 | 300 | 0 | 47 | 3 | 27 | 460 | 50 | 76 |
| Binary | 11000101 | 1111000 | 11000000 | 0 | 100111 | 11 | 10111 | 100110000 | 101000 | 111110 |
Color Harmonies of #C578C0
Complementary color
Monochromatic Colors of #C578C0
Black with #C578C0
Text Example
Text Example
White with #C578C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578C0; }
p { color: rgb(197,120,192); }
H1.HeaderClassName
{
color: #C578C0;
}
.AnyTagClassName
{
color: #C578C0;
}
</style>
background-color css
<style>
a { background-color: #C578C0; }
a { background-color: rgb(197,120,192); }
div.DivClassName
{
background-color: #C578C0;
}
.BgClassName
{
background-color: #C578C0;
}
</style>
border-color css
<style>
span { border-color: #C578C0; }
span { border-color: rgb(197,120,192); }
td.TdClassName
{
border-color: #C578C0;
}
.TagClassName
{
border-color: #C578C0;
}
</style>