Shades of Orchid #D57BDF
Tints of Orchid #D57BDF
RGB
CMYK
RGB Variations
Color information
#D57BDF (or 0xD57BDF) is known color: Orchid. HEX triplet: D5, 7B and DF. RGB value is (213,123,223). Sum of RGB (Red+Green+Blue) = 213+123+223=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D57BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDF is #2A8420. Grayscale: #A1A1A1. Windows color (decimal): -2786337 or 14646229. OLE color: 14646229.
HSL color Cylindrical-coordinate representation of color #D57BDF: hue angle of 294º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57BDF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 123 | 223 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 294º | 0.61% | 0.68% | - |
| HSV(B) | 294º | 0.45% | 0.87% | - |
| XYZ | 47.84 | 33.64 | 73.78 | - |
| YUV | 161.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 223 | 0.04 | 0.45 | 0 | 0.13 | 294 | 0.61 | 0.68 |
| Hex | D5 | 7B | DF | 4 | 2D | 0 | D | 126 | 3D | 44 |
| Octal | 325 | 173 | 337 | 4 | 55 | 0 | 15 | 446 | 75 | 104 |
| Binary | 11010101 | 1111011 | 11011111 | 100 | 101101 | 0 | 1101 | 100100110 | 111101 | 1000100 |
Color Harmonies of #D57BDF
Complementary color
Monochromatic Colors of #D57BDF
Black with #D57BDF
Text Example
Text Example
White with #D57BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BDF; }
p { color: rgb(213,123,223); }
H1.HeaderClassName
{
color: #D57BDF;
}
.AnyTagClassName
{
color: #D57BDF;
}
</style>
background-color css
<style>
a { background-color: #D57BDF; }
a { background-color: rgb(213,123,223); }
div.DivClassName
{
background-color: #D57BDF;
}
.BgClassName
{
background-color: #D57BDF;
}
</style>
border-color css
<style>
span { border-color: #D57BDF; }
span { border-color: rgb(213,123,223); }
td.TdClassName
{
border-color: #D57BDF;
}
.TagClassName
{
border-color: #D57BDF;
}
</style>