Shades of Orchid #D577DE
Tints of Orchid #D577DE
RGB
CMYK
RGB Variations
Color information
#D577DE (or 0xD577DE) is known color: Orchid. HEX triplet: D5, 77 and DE. RGB value is (213,119,222). Sum of RGB (Red+Green+Blue) = 213+119+222=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #D577DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DE is #2A8821. Grayscale: #9E9E9E. Windows color (decimal): -2787362 or 14579669. OLE color: 14579669.
HSL color Cylindrical-coordinate representation of color #D577DE: hue angle of 294.76º degrees, saturation: 0.61, 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 #D577DE is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 119 | 222 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 294.76º | 0.61% | 0.67% | - |
| HSV(B) | 294.76º | 0.46% | 0.87% | - |
| XYZ | 47.22 | 32.61 | 72.91 | - |
| YUV | 158.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 222 | 0.04 | 0.46 | 0 | 0.13 | 294.76 | 0.61 | 0.67 |
| Hex | D5 | 77 | DE | 4 | 2E | 0 | D | 127 | 3D | 43 |
| Octal | 325 | 167 | 336 | 4 | 56 | 0 | 15 | 447 | 75 | 103 |
| Binary | 11010101 | 1110111 | 11011110 | 100 | 101110 | 0 | 1101 | 100100111 | 111101 | 1000011 |
Color Harmonies of #D577DE
Complementary color
Monochromatic Colors of #D577DE
Black with #D577DE
Text Example
Text Example
White with #D577DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577DE; }
p { color: rgb(213,119,222); }
H1.HeaderClassName
{
color: #D577DE;
}
.AnyTagClassName
{
color: #D577DE;
}
</style>
background-color css
<style>
a { background-color: #D577DE; }
a { background-color: rgb(213,119,222); }
div.DivClassName
{
background-color: #D577DE;
}
.BgClassName
{
background-color: #D577DE;
}
</style>
border-color css
<style>
span { border-color: #D577DE; }
span { border-color: rgb(213,119,222); }
td.TdClassName
{
border-color: #D577DE;
}
.TagClassName
{
border-color: #D577DE;
}
</style>