Shades of Orchid #D57FDE
Tints of Orchid #D57FDE
RGB
CMYK
RGB Variations
Color information
#D57FDE (or 0xD57FDE) is known color: Orchid. HEX triplet: D5, 7F and DE. RGB value is (213,127,222). Sum of RGB (Red+Green+Blue) = 213+127+222=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #D57FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDE is #2A8021. Grayscale: #A3A3A3. Windows color (decimal): -2785314 or 14581717. OLE color: 14581717.
HSL color Cylindrical-coordinate representation of color #D57FDE: hue angle of 294.32º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57FDE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 127 | 222 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.32º | 0.59% | 0.68% | - |
| HSV(B) | 294.32º | 0.43% | 0.87% | - |
| XYZ | 48.21 | 34.6 | 73.24 | - |
| YUV | 163.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 222 | 0.04 | 0.43 | 0 | 0.13 | 294.32 | 0.59 | 0.68 |
| Hex | D5 | 7F | DE | 4 | 2B | 0 | D | 126 | 3B | 44 |
| Octal | 325 | 177 | 336 | 4 | 53 | 0 | 15 | 446 | 73 | 104 |
| Binary | 11010101 | 1111111 | 11011110 | 100 | 101011 | 0 | 1101 | 100100110 | 111011 | 1000100 |
Color Harmonies of #D57FDE
Complementary color
Monochromatic Colors of #D57FDE
Black with #D57FDE
Text Example
Text Example
White with #D57FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FDE; }
p { color: rgb(213,127,222); }
H1.HeaderClassName
{
color: #D57FDE;
}
.AnyTagClassName
{
color: #D57FDE;
}
</style>
background-color css
<style>
a { background-color: #D57FDE; }
a { background-color: rgb(213,127,222); }
div.DivClassName
{
background-color: #D57FDE;
}
.BgClassName
{
background-color: #D57FDE;
}
</style>
border-color css
<style>
span { border-color: #D57FDE; }
span { border-color: rgb(213,127,222); }
td.TdClassName
{
border-color: #D57FDE;
}
.TagClassName
{
border-color: #D57FDE;
}
</style>