Shades of Orchid #C578BA
Tints of Orchid #C578BA
RGB
CMYK
RGB Variations
Color information
#C578BA (or 0xC578BA) is known color: Orchid. HEX triplet: C5, 78 and BA. RGB value is (197,120,186). Sum of RGB (Red+Green+Blue) = 197+120+186=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BA is #3A8745. Grayscale: #969696. Windows color (decimal): -3835718 or 12220613. OLE color: 12220613.
HSL color Cylindrical-coordinate representation of color #C578BA: hue angle of 308.57º 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 #C578BA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 186 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.23 |
| HSL | 308.57º | 0.4% | 0.62% | - |
| HSV(B) | 308.57º | 0.39% | 0.77% | - |
| XYZ | 38.61 | 28.85 | 49.99 | - |
| YUV | 150.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 186 | 0 | 0.39 | 0.06 | 0.23 | 308.57 | 0.4 | 0.62 |
| Hex | C5 | 78 | BA | 0 | 27 | 6 | 17 | 135 | 28 | 3E |
| Octal | 305 | 170 | 272 | 0 | 47 | 6 | 27 | 465 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10111010 | 0 | 100111 | 110 | 10111 | 100110101 | 101000 | 111110 |
Color Harmonies of #C578BA
Complementary color
Monochromatic Colors of #C578BA
Black with #C578BA
Text Example
Text Example
White with #C578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578BA; }
p { color: rgb(197,120,186); }
H1.HeaderClassName
{
color: #C578BA;
}
.AnyTagClassName
{
color: #C578BA;
}
</style>
background-color css
<style>
a { background-color: #C578BA; }
a { background-color: rgb(197,120,186); }
div.DivClassName
{
background-color: #C578BA;
}
.BgClassName
{
background-color: #C578BA;
}
</style>
border-color css
<style>
span { border-color: #C578BA; }
span { border-color: rgb(197,120,186); }
td.TdClassName
{
border-color: #C578BA;
}
.TagClassName
{
border-color: #C578BA;
}
</style>