Shades of Orchid #D57FD1
Tints of Orchid #D57FD1
RGB
CMYK
RGB Variations
Color information
#D57FD1 (or 0xD57FD1) is known color: Orchid. HEX triplet: D5, 7F and D1. RGB value is (213,127,209). Sum of RGB (Red+Green+Blue) = 213+127+209=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FD1 is #2A802E. Grayscale: #A1A1A1. Windows color (decimal): -2785327 or 13729749. OLE color: 13729749.
HSL color Cylindrical-coordinate representation of color #D57FD1: hue angle of 302.79º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FD1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 209 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.16 |
| HSL | 302.79º | 0.51% | 0.67% | - |
| HSV(B) | 302.79º | 0.4% | 0.84% | - |
| XYZ | 46.54 | 33.93 | 64.42 | - |
| YUV | 162.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 209 | 0 | 0.40 | 0.02 | 0.16 | 302.79 | 0.51 | 0.67 |
| Hex | D5 | 7F | D1 | 0 | 28 | 2 | 10 | 12F | 33 | 43 |
| Octal | 325 | 177 | 321 | 0 | 50 | 2 | 20 | 457 | 63 | 103 |
| Binary | 11010101 | 1111111 | 11010001 | 0 | 101000 | 10 | 10000 | 100101111 | 110011 | 1000011 |
Color Harmonies of #D57FD1
Complementary color
Monochromatic Colors of #D57FD1
Black with #D57FD1
Text Example
Text Example
White with #D57FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FD1; }
p { color: rgb(213,127,209); }
H1.HeaderClassName
{
color: #D57FD1;
}
.AnyTagClassName
{
color: #D57FD1;
}
</style>
background-color css
<style>
a { background-color: #D57FD1; }
a { background-color: rgb(213,127,209); }
div.DivClassName
{
background-color: #D57FD1;
}
.BgClassName
{
background-color: #D57FD1;
}
</style>
border-color css
<style>
span { border-color: #D57FD1; }
span { border-color: rgb(213,127,209); }
td.TdClassName
{
border-color: #D57FD1;
}
.TagClassName
{
border-color: #D57FD1;
}
</style>