Shades of Orchid #C57DBC
Tints of Orchid #C57DBC
RGB
CMYK
RGB Variations
Color information
#C57DBC (or 0xC57DBC) is known color: Orchid. HEX triplet: C5, 7D and BC. RGB value is (197,125,188). Sum of RGB (Red+Green+Blue) = 197+125+188=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DBC is #3A8243. Grayscale: #999999. Windows color (decimal): -3834436 or 12352965. OLE color: 12352965.
HSL color Cylindrical-coordinate representation of color #C57DBC: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DBC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 188 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 307.5º | 0.38% | 0.63% | - |
| HSV(B) | 307.5º | 0.37% | 0.77% | - |
| XYZ | 39.44 | 30.17 | 51.32 | - |
| YUV | 153.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 188 | 0 | 0.37 | 0.05 | 0.23 | 307.5 | 0.38 | 0.63 |
| Hex | C5 | 7D | BC | 0 | 25 | 5 | 17 | 134 | 26 | 3F |
| Octal | 305 | 175 | 274 | 0 | 45 | 5 | 27 | 464 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10111100 | 0 | 100101 | 101 | 10111 | 100110100 | 100110 | 111111 |
Color Harmonies of #C57DBC
Complementary color
Monochromatic Colors of #C57DBC
Black with #C57DBC
Text Example
Text Example
White with #C57DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DBC; }
p { color: rgb(197,125,188); }
H1.HeaderClassName
{
color: #C57DBC;
}
.AnyTagClassName
{
color: #C57DBC;
}
</style>
background-color css
<style>
a { background-color: #C57DBC; }
a { background-color: rgb(197,125,188); }
div.DivClassName
{
background-color: #C57DBC;
}
.BgClassName
{
background-color: #C57DBC;
}
</style>
border-color css
<style>
span { border-color: #C57DBC; }
span { border-color: rgb(197,125,188); }
td.TdClassName
{
border-color: #C57DBC;
}
.TagClassName
{
border-color: #C57DBC;
}
</style>