Shades of Orchid #DF77E5
Tints of Orchid #DF77E5
RGB
CMYK
RGB Variations
Color information
#DF77E5 (or 0xDF77E5) is known color: Orchid. HEX triplet: DF, 77 and E5. RGB value is (223,119,229). Sum of RGB (Red+Green+Blue) = 223+119+229=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77E5 is #20881A. Grayscale: #A2A2A2. Windows color (decimal): -2131995 or 15038431. OLE color: 15038431.
HSL color Cylindrical-coordinate representation of color #DF77E5: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF77E5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 119 | 229 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.10 |
| HSL | 296.73º | 0.68% | 0.68% | - |
| HSV(B) | 296.73º | 0.48% | 0.9% | - |
| XYZ | 51.17 | 34.54 | 78.1 | - |
| YUV | 162.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 229 | 0.03 | 0.48 | 0 | 0.10 | 296.73 | 0.68 | 0.68 |
| Hex | DF | 77 | E5 | 3 | 30 | 0 | A | 129 | 44 | 44 |
| Octal | 337 | 167 | 345 | 3 | 60 | 0 | 12 | 451 | 104 | 104 |
| Binary | 11011111 | 1110111 | 11100101 | 11 | 110000 | 0 | 1010 | 100101001 | 1000100 | 1000100 |
Color Harmonies of #DF77E5
Complementary color
Monochromatic Colors of #DF77E5
Black with #DF77E5
Text Example
Text Example
White with #DF77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77E5; }
p { color: rgb(223,119,229); }
H1.HeaderClassName
{
color: #DF77E5;
}
.AnyTagClassName
{
color: #DF77E5;
}
</style>
background-color css
<style>
a { background-color: #DF77E5; }
a { background-color: rgb(223,119,229); }
div.DivClassName
{
background-color: #DF77E5;
}
.BgClassName
{
background-color: #DF77E5;
}
</style>
border-color css
<style>
span { border-color: #DF77E5; }
span { border-color: rgb(223,119,229); }
td.TdClassName
{
border-color: #DF77E5;
}
.TagClassName
{
border-color: #DF77E5;
}
</style>