Shades of Orchid #D57BD1
Tints of Orchid #D57BD1
RGB
CMYK
RGB Variations
Color information
#D57BD1 (or 0xD57BD1) is known color: Orchid. HEX triplet: D5, 7B and D1. RGB value is (213,123,209). Sum of RGB (Red+Green+Blue) = 213+123+209=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BD1 is #2A842E. Grayscale: #9F9F9F. Windows color (decimal): -2786351 or 13728725. OLE color: 13728725.
HSL color Cylindrical-coordinate representation of color #D57BD1: hue angle of 302.67º 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 #D57BD1 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 209 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.16 |
| HSL | 302.67º | 0.52% | 0.66% | - |
| HSV(B) | 302.67º | 0.42% | 0.84% | - |
| XYZ | 46.03 | 32.92 | 64.25 | - |
| YUV | 159.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 209 | 0 | 0.42 | 0.02 | 0.16 | 302.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | D1 | 0 | 2A | 2 | 10 | 12F | 34 | 42 |
| Octal | 325 | 173 | 321 | 0 | 52 | 2 | 20 | 457 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11010001 | 0 | 101010 | 10 | 10000 | 100101111 | 110100 | 1000010 |
Color Harmonies of #D57BD1
Complementary color
Monochromatic Colors of #D57BD1
Black with #D57BD1
Text Example
Text Example
White with #D57BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BD1; }
p { color: rgb(213,123,209); }
H1.HeaderClassName
{
color: #D57BD1;
}
.AnyTagClassName
{
color: #D57BD1;
}
</style>
background-color css
<style>
a { background-color: #D57BD1; }
a { background-color: rgb(213,123,209); }
div.DivClassName
{
background-color: #D57BD1;
}
.BgClassName
{
background-color: #D57BD1;
}
</style>
border-color css
<style>
span { border-color: #D57BD1; }
span { border-color: rgb(213,123,209); }
td.TdClassName
{
border-color: #D57BD1;
}
.TagClassName
{
border-color: #D57BD1;
}
</style>