Shades of Orchid #D57BDD
Tints of Orchid #D57BDD
RGB
CMYK
RGB Variations
Color information
#D57BDD (or 0xD57BDD) is known color: Orchid. HEX triplet: D5, 7B and DD. RGB value is (213,123,221). Sum of RGB (Red+Green+Blue) = 213+123+221=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDD is #2A8422. Grayscale: #A0A0A0. Windows color (decimal): -2786339 or 14515157. OLE color: 14515157.
HSL color Cylindrical-coordinate representation of color #D57BDD: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57BDD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 123 | 221 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.13 |
| HSL | 295.1º | 0.59% | 0.67% | - |
| HSV(B) | 295.1º | 0.44% | 0.87% | - |
| XYZ | 47.57 | 33.53 | 72.37 | - |
| YUV | 161.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 221 | 0.04 | 0.44 | 0 | 0.13 | 295.1 | 0.59 | 0.67 |
| Hex | D5 | 7B | DD | 4 | 2C | 0 | D | 127 | 3B | 43 |
| Octal | 325 | 173 | 335 | 4 | 54 | 0 | 15 | 447 | 73 | 103 |
| Binary | 11010101 | 1111011 | 11011101 | 100 | 101100 | 0 | 1101 | 100100111 | 111011 | 1000011 |
Color Harmonies of #D57BDD
Complementary color
Monochromatic Colors of #D57BDD
Black with #D57BDD
Text Example
Text Example
White with #D57BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BDD; }
p { color: rgb(213,123,221); }
H1.HeaderClassName
{
color: #D57BDD;
}
.AnyTagClassName
{
color: #D57BDD;
}
</style>
background-color css
<style>
a { background-color: #D57BDD; }
a { background-color: rgb(213,123,221); }
div.DivClassName
{
background-color: #D57BDD;
}
.BgClassName
{
background-color: #D57BDD;
}
</style>
border-color css
<style>
span { border-color: #D57BDD; }
span { border-color: rgb(213,123,221); }
td.TdClassName
{
border-color: #D57BDD;
}
.TagClassName
{
border-color: #D57BDD;
}
</style>