Shades of Orchid #C57DBF
Tints of Orchid #C57DBF
RGB
CMYK
RGB Variations
Color information
#C57DBF (or 0xC57DBF) is known color: Orchid. HEX triplet: C5, 7D and BF. RGB value is (197,125,191). Sum of RGB (Red+Green+Blue) = 197+125+191=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DBF is #3A8240. Grayscale: #999999. Windows color (decimal): -3834433 or 12549573. OLE color: 12549573.
HSL color Cylindrical-coordinate representation of color #C57DBF: hue angle of 305º 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 #C57DBF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 191 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.23 |
| HSL | 305º | 0.38% | 0.63% | - |
| HSV(B) | 305º | 0.37% | 0.77% | - |
| XYZ | 39.76 | 30.3 | 53.04 | - |
| YUV | 154.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 191 | 0 | 0.37 | 0.03 | 0.23 | 305 | 0.38 | 0.63 |
| Hex | C5 | 7D | BF | 0 | 25 | 3 | 17 | 131 | 26 | 3F |
| Octal | 305 | 175 | 277 | 0 | 45 | 3 | 27 | 461 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10111111 | 0 | 100101 | 11 | 10111 | 100110001 | 100110 | 111111 |
Color Harmonies of #C57DBF
Complementary color
Monochromatic Colors of #C57DBF
Black with #C57DBF
Text Example
Text Example
White with #C57DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DBF; }
p { color: rgb(197,125,191); }
H1.HeaderClassName
{
color: #C57DBF;
}
.AnyTagClassName
{
color: #C57DBF;
}
</style>
background-color css
<style>
a { background-color: #C57DBF; }
a { background-color: rgb(197,125,191); }
div.DivClassName
{
background-color: #C57DBF;
}
.BgClassName
{
background-color: #C57DBF;
}
</style>
border-color css
<style>
span { border-color: #C57DBF; }
span { border-color: rgb(197,125,191); }
td.TdClassName
{
border-color: #C57DBF;
}
.TagClassName
{
border-color: #C57DBF;
}
</style>