Shades of Orchid #D57FDD
Tints of Orchid #D57FDD
RGB
CMYK
RGB Variations
Color information
#D57FDD (or 0xD57FDD) is known color: Orchid. HEX triplet: D5, 7F and DD. RGB value is (213,127,221). Sum of RGB (Red+Green+Blue) = 213+127+221=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDD is #2A8022. Grayscale: #A3A3A3. Windows color (decimal): -2785315 or 14516181. OLE color: 14516181.
HSL color Cylindrical-coordinate representation of color #D57FDD: hue angle of 294.89º degrees, saturation: 0.58, 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 #D57FDD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 127 | 221 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.89º | 0.58% | 0.68% | - |
| HSV(B) | 294.89º | 0.43% | 0.87% | - |
| XYZ | 48.08 | 34.55 | 72.54 | - |
| YUV | 163.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 221 | 0.04 | 0.43 | 0 | 0.13 | 294.89 | 0.58 | 0.68 |
| Hex | D5 | 7F | DD | 4 | 2B | 0 | D | 127 | 3A | 44 |
| Octal | 325 | 177 | 335 | 4 | 53 | 0 | 15 | 447 | 72 | 104 |
| Binary | 11010101 | 1111111 | 11011101 | 100 | 101011 | 0 | 1101 | 100100111 | 111010 | 1000100 |
Color Harmonies of #D57FDD
Complementary color
Monochromatic Colors of #D57FDD
Black with #D57FDD
Text Example
Text Example
White with #D57FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FDD; }
p { color: rgb(213,127,221); }
H1.HeaderClassName
{
color: #D57FDD;
}
.AnyTagClassName
{
color: #D57FDD;
}
</style>
background-color css
<style>
a { background-color: #D57FDD; }
a { background-color: rgb(213,127,221); }
div.DivClassName
{
background-color: #D57FDD;
}
.BgClassName
{
background-color: #D57FDD;
}
</style>
border-color css
<style>
span { border-color: #D57FDD; }
span { border-color: rgb(213,127,221); }
td.TdClassName
{
border-color: #D57FDD;
}
.TagClassName
{
border-color: #D57FDD;
}
</style>