Shades of Orchid #D57BD8
Tints of Orchid #D57BD8
RGB
CMYK
RGB Variations
Color information
#D57BD8 (or 0xD57BD8) is known color: Orchid. HEX triplet: D5, 7B and D8. RGB value is (213,123,216). Sum of RGB (Red+Green+Blue) = 213+123+216=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #D57BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BD8 is #2A8427. Grayscale: #A0A0A0. Windows color (decimal): -2786344 or 14187477. OLE color: 14187477.
HSL color Cylindrical-coordinate representation of color #D57BD8: hue angle of 298.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57BD8 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 123 | 216 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.15 |
| HSL | 298.06º | 0.54% | 0.66% | - |
| HSV(B) | 298.06º | 0.43% | 0.85% | - |
| XYZ | 46.92 | 33.27 | 68.91 | - |
| YUV | 160.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 216 | 0.01 | 0.43 | 0 | 0.15 | 298.06 | 0.54 | 0.66 |
| Hex | D5 | 7B | D8 | 1 | 2B | 0 | F | 12A | 36 | 42 |
| Octal | 325 | 173 | 330 | 1 | 53 | 0 | 17 | 452 | 66 | 102 |
| Binary | 11010101 | 1111011 | 11011000 | 1 | 101011 | 0 | 1111 | 100101010 | 110110 | 1000010 |
Color Harmonies of #D57BD8
Complementary color
Monochromatic Colors of #D57BD8
Black with #D57BD8
Text Example
Text Example
White with #D57BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BD8; }
p { color: rgb(213,123,216); }
H1.HeaderClassName
{
color: #D57BD8;
}
.AnyTagClassName
{
color: #D57BD8;
}
</style>
background-color css
<style>
a { background-color: #D57BD8; }
a { background-color: rgb(213,123,216); }
div.DivClassName
{
background-color: #D57BD8;
}
.BgClassName
{
background-color: #D57BD8;
}
</style>
border-color css
<style>
span { border-color: #D57BD8; }
span { border-color: rgb(213,123,216); }
td.TdClassName
{
border-color: #D57BD8;
}
.TagClassName
{
border-color: #D57BD8;
}
</style>