Shades of Orchid #D577DD
Tints of Orchid #D577DD
RGB
CMYK
RGB Variations
Color information
#D577DD (or 0xD577DD) is known color: Orchid. HEX triplet: D5, 77 and DD. RGB value is (213,119,221). Sum of RGB (Red+Green+Blue) = 213+119+221=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D577DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DD is #2A8822. Grayscale: #9E9E9E. Windows color (decimal): -2787363 or 14514133. OLE color: 14514133.
HSL color Cylindrical-coordinate representation of color #D577DD: hue angle of 295.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D577DD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 119 | 221 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 295.29º | 0.6% | 0.67% | - |
| HSV(B) | 295.29º | 0.46% | 0.87% | - |
| XYZ | 47.09 | 32.56 | 72.21 | - |
| YUV | 158.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 221 | 0.04 | 0.46 | 0 | 0.13 | 295.29 | 0.6 | 0.67 |
| Hex | D5 | 77 | DD | 4 | 2E | 0 | D | 127 | 3C | 43 |
| Octal | 325 | 167 | 335 | 4 | 56 | 0 | 15 | 447 | 74 | 103 |
| Binary | 11010101 | 1110111 | 11011101 | 100 | 101110 | 0 | 1101 | 100100111 | 111100 | 1000011 |
Color Harmonies of #D577DD
Complementary color
Monochromatic Colors of #D577DD
Black with #D577DD
Text Example
Text Example
White with #D577DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577DD; }
p { color: rgb(213,119,221); }
H1.HeaderClassName
{
color: #D577DD;
}
.AnyTagClassName
{
color: #D577DD;
}
</style>
background-color css
<style>
a { background-color: #D577DD; }
a { background-color: rgb(213,119,221); }
div.DivClassName
{
background-color: #D577DD;
}
.BgClassName
{
background-color: #D577DD;
}
</style>
border-color css
<style>
span { border-color: #D577DD; }
span { border-color: rgb(213,119,221); }
td.TdClassName
{
border-color: #D577DD;
}
.TagClassName
{
border-color: #D577DD;
}
</style>