Shades of Orchid #DF77E0
Tints of Orchid #DF77E0
RGB
CMYK
RGB Variations
Color information
#DF77E0 (or 0xDF77E0) is known color: Orchid. HEX triplet: DF, 77 and E0. RGB value is (223,119,224). Sum of RGB (Red+Green+Blue) = 223+119+224=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77E0 is #20881F. Grayscale: #A1A1A1. Windows color (decimal): -2132000 or 14710751. OLE color: 14710751.
HSL color Cylindrical-coordinate representation of color #DF77E0: hue angle of 299.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77E0 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 119 | 224 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.12 |
| HSL | 299.43º | 0.63% | 0.67% | - |
| HSV(B) | 299.43º | 0.47% | 0.88% | - |
| XYZ | 50.48 | 34.26 | 74.47 | - |
| YUV | 162.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 224 | 0.00 | 0.47 | 0 | 0.12 | 299.43 | 0.63 | 0.67 |
| Hex | DF | 77 | E0 | 0 | 2F | 0 | C | 12B | 3F | 43 |
| Octal | 337 | 167 | 340 | 0 | 57 | 0 | 14 | 453 | 77 | 103 |
| Binary | 11011111 | 1110111 | 11100000 | 0 | 101111 | 0 | 1100 | 100101011 | 111111 | 1000011 |
Color Harmonies of #DF77E0
Complementary color
Monochromatic Colors of #DF77E0
Black with #DF77E0
Text Example
Text Example
White with #DF77E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77E0; }
p { color: rgb(223,119,224); }
H1.HeaderClassName
{
color: #DF77E0;
}
.AnyTagClassName
{
color: #DF77E0;
}
</style>
background-color css
<style>
a { background-color: #DF77E0; }
a { background-color: rgb(223,119,224); }
div.DivClassName
{
background-color: #DF77E0;
}
.BgClassName
{
background-color: #DF77E0;
}
</style>
border-color css
<style>
span { border-color: #DF77E0; }
span { border-color: rgb(223,119,224); }
td.TdClassName
{
border-color: #DF77E0;
}
.TagClassName
{
border-color: #DF77E0;
}
</style>