Shades of Orchid #D57BC0
Tints of Orchid #D57BC0
RGB
CMYK
RGB Variations
Color information
#D57BC0 (or 0xD57BC0) is known color: Orchid. HEX triplet: D5, 7B and C0. RGB value is (213,123,192). Sum of RGB (Red+Green+Blue) = 213+123+192=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BC0 is #2A843F. Grayscale: #9D9D9D. Windows color (decimal): -2786368 or 12614613. OLE color: 12614613.
HSL color Cylindrical-coordinate representation of color #D57BC0: hue angle of 314º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BC0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 192 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.16 |
| HSL | 314º | 0.52% | 0.66% | - |
| HSV(B) | 314º | 0.42% | 0.84% | - |
| XYZ | 44.04 | 32.12 | 53.75 | - |
| YUV | 157.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 192 | 0 | 0.42 | 0.10 | 0.16 | 314 | 0.52 | 0.66 |
| Hex | D5 | 7B | C0 | 0 | 2A | A | 10 | 13A | 34 | 42 |
| Octal | 325 | 173 | 300 | 0 | 52 | 12 | 20 | 472 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11000000 | 0 | 101010 | 1010 | 10000 | 100111010 | 110100 | 1000010 |
Color Harmonies of #D57BC0
Complementary color
Monochromatic Colors of #D57BC0
Black with #D57BC0
Text Example
Text Example
White with #D57BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BC0; }
p { color: rgb(213,123,192); }
H1.HeaderClassName
{
color: #D57BC0;
}
.AnyTagClassName
{
color: #D57BC0;
}
</style>
background-color css
<style>
a { background-color: #D57BC0; }
a { background-color: rgb(213,123,192); }
div.DivClassName
{
background-color: #D57BC0;
}
.BgClassName
{
background-color: #D57BC0;
}
</style>
border-color css
<style>
span { border-color: #D57BC0; }
span { border-color: rgb(213,123,192); }
td.TdClassName
{
border-color: #D57BC0;
}
.TagClassName
{
border-color: #D57BC0;
}
</style>