Shades of Orchid #D57BC7
Tints of Orchid #D57BC7
RGB
CMYK
RGB Variations
Color information
#D57BC7 (or 0xD57BC7) is known color: Orchid. HEX triplet: D5, 7B and C7. RGB value is (213,123,199). Sum of RGB (Red+Green+Blue) = 213+123+199=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BC7 is #2A8438. Grayscale: #9E9E9E. Windows color (decimal): -2786361 or 13073365. OLE color: 13073365.
HSL color Cylindrical-coordinate representation of color #D57BC7: hue angle of 309.33º 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 #D57BC7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 199 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.16 |
| HSL | 309.33º | 0.52% | 0.66% | - |
| HSV(B) | 309.33º | 0.42% | 0.84% | - |
| XYZ | 44.83 | 32.44 | 57.93 | - |
| YUV | 158.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 199 | 0 | 0.42 | 0.07 | 0.16 | 309.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | C7 | 0 | 2A | 7 | 10 | 135 | 34 | 42 |
| Octal | 325 | 173 | 307 | 0 | 52 | 7 | 20 | 465 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11000111 | 0 | 101010 | 111 | 10000 | 100110101 | 110100 | 1000010 |
Color Harmonies of #D57BC7
Complementary color
Monochromatic Colors of #D57BC7
Black with #D57BC7
Text Example
Text Example
White with #D57BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BC7; }
p { color: rgb(213,123,199); }
H1.HeaderClassName
{
color: #D57BC7;
}
.AnyTagClassName
{
color: #D57BC7;
}
</style>
background-color css
<style>
a { background-color: #D57BC7; }
a { background-color: rgb(213,123,199); }
div.DivClassName
{
background-color: #D57BC7;
}
.BgClassName
{
background-color: #D57BC7;
}
</style>
border-color css
<style>
span { border-color: #D57BC7; }
span { border-color: rgb(213,123,199); }
td.TdClassName
{
border-color: #D57BC7;
}
.TagClassName
{
border-color: #D57BC7;
}
</style>