Shades of Orchid #DF7FDE
Tints of Orchid #DF7FDE
RGB
CMYK
RGB Variations
Color information
#DF7FDE (or 0xDF7FDE) is known color: Orchid. HEX triplet: DF, 7F and DE. RGB value is (223,127,222). Sum of RGB (Red+Green+Blue) = 223+127+222=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FDE is #208021. Grayscale: #A6A6A6. Windows color (decimal): -2129954 or 14581727. OLE color: 14581727.
HSL color Cylindrical-coordinate representation of color #DF7FDE: hue angle of 300.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FDE is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 222 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.13 |
| HSL | 300.63º | 0.6% | 0.69% | - |
| HSV(B) | 300.63º | 0.43% | 0.87% | - |
| XYZ | 51.21 | 36.14 | 73.38 | - |
| YUV | 166.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 222 | 0 | 0.43 | 0.00 | 0.13 | 300.63 | 0.6 | 0.69 |
| Hex | DF | 7F | DE | 0 | 2B | 0 | D | 12D | 3C | 45 |
| Octal | 337 | 177 | 336 | 0 | 53 | 0 | 15 | 455 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11011110 | 0 | 101011 | 0 | 1101 | 100101101 | 111100 | 1000101 |
Color Harmonies of #DF7FDE
Complementary color
Monochromatic Colors of #DF7FDE
Black with #DF7FDE
Text Example
Text Example
White with #DF7FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FDE; }
p { color: rgb(223,127,222); }
H1.HeaderClassName
{
color: #DF7FDE;
}
.AnyTagClassName
{
color: #DF7FDE;
}
</style>
background-color css
<style>
a { background-color: #DF7FDE; }
a { background-color: rgb(223,127,222); }
div.DivClassName
{
background-color: #DF7FDE;
}
.BgClassName
{
background-color: #DF7FDE;
}
</style>
border-color css
<style>
span { border-color: #DF7FDE; }
span { border-color: rgb(223,127,222); }
td.TdClassName
{
border-color: #DF7FDE;
}
.TagClassName
{
border-color: #DF7FDE;
}
</style>