Shades of Orchid #C578BD
Tints of Orchid #C578BD
RGB
CMYK
RGB Variations
Color information
#C578BD (or 0xC578BD) is known color: Orchid. HEX triplet: C5, 78 and BD. RGB value is (197,120,189). Sum of RGB (Red+Green+Blue) = 197+120+189=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BD is #3A8742. Grayscale: #969696. Windows color (decimal): -3835715 or 12417221. OLE color: 12417221.
HSL color Cylindrical-coordinate representation of color #C578BD: hue angle of 306.23º 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 #C578BD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 189 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.23 |
| HSL | 306.23º | 0.4% | 0.62% | - |
| HSV(B) | 306.23º | 0.39% | 0.77% | - |
| XYZ | 38.93 | 28.98 | 51.69 | - |
| YUV | 150.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 189 | 0 | 0.39 | 0.04 | 0.23 | 306.23 | 0.4 | 0.62 |
| Hex | C5 | 78 | BD | 0 | 27 | 4 | 17 | 132 | 28 | 3E |
| Octal | 305 | 170 | 275 | 0 | 47 | 4 | 27 | 462 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10111101 | 0 | 100111 | 100 | 10111 | 100110010 | 101000 | 111110 |
Color Harmonies of #C578BD
Complementary color
Monochromatic Colors of #C578BD
Black with #C578BD
Text Example
Text Example
White with #C578BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578BD; }
p { color: rgb(197,120,189); }
H1.HeaderClassName
{
color: #C578BD;
}
.AnyTagClassName
{
color: #C578BD;
}
</style>
background-color css
<style>
a { background-color: #C578BD; }
a { background-color: rgb(197,120,189); }
div.DivClassName
{
background-color: #C578BD;
}
.BgClassName
{
background-color: #C578BD;
}
</style>
border-color css
<style>
span { border-color: #C578BD; }
span { border-color: rgb(197,120,189); }
td.TdClassName
{
border-color: #C578BD;
}
.TagClassName
{
border-color: #C578BD;
}
</style>