Shades of Orchid #D577D0
Tints of Orchid #D577D0
RGB
CMYK
RGB Variations
Color information
#D577D0 (or 0xD577D0) is known color: Orchid. HEX triplet: D5, 77 and D0. RGB value is (213,119,208). Sum of RGB (Red+Green+Blue) = 213+119+208=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D577D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577D0 is #2A882F. Grayscale: #9C9C9C. Windows color (decimal): -2787376 or 13662165. OLE color: 13662165.
HSL color Cylindrical-coordinate representation of color #D577D0: hue angle of 303.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577D0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 208 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.16 |
| HSL | 303.19º | 0.53% | 0.65% | - |
| HSV(B) | 303.19º | 0.44% | 0.84% | - |
| XYZ | 45.42 | 31.89 | 63.44 | - |
| YUV | 157.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 208 | 0 | 0.44 | 0.02 | 0.16 | 303.19 | 0.53 | 0.65 |
| Hex | D5 | 77 | D0 | 0 | 2C | 2 | 10 | 12F | 35 | 41 |
| Octal | 325 | 167 | 320 | 0 | 54 | 2 | 20 | 457 | 65 | 101 |
| Binary | 11010101 | 1110111 | 11010000 | 0 | 101100 | 10 | 10000 | 100101111 | 110101 | 1000001 |
Color Harmonies of #D577D0
Complementary color
Monochromatic Colors of #D577D0
Black with #D577D0
Text Example
Text Example
White with #D577D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577D0; }
p { color: rgb(213,119,208); }
H1.HeaderClassName
{
color: #D577D0;
}
.AnyTagClassName
{
color: #D577D0;
}
</style>
background-color css
<style>
a { background-color: #D577D0; }
a { background-color: rgb(213,119,208); }
div.DivClassName
{
background-color: #D577D0;
}
.BgClassName
{
background-color: #D577D0;
}
</style>
border-color css
<style>
span { border-color: #D577D0; }
span { border-color: rgb(213,119,208); }
td.TdClassName
{
border-color: #D577D0;
}
.TagClassName
{
border-color: #D577D0;
}
</style>