Shades of Orchid #DF7FD0
Tints of Orchid #DF7FD0
RGB
CMYK
RGB Variations
Color information
#DF7FD0 (or 0xDF7FD0) is known color: Orchid. HEX triplet: DF, 7F and D0. RGB value is (223,127,208). Sum of RGB (Red+Green+Blue) = 223+127+208=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FD0 is #20802F. Grayscale: #A4A4A4. Windows color (decimal): -2129968 or 13664223. OLE color: 13664223.
HSL color Cylindrical-coordinate representation of color #DF7FD0: hue angle of 309.38º 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 #DF7FD0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 208 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.13 |
| HSL | 309.38º | 0.6% | 0.69% | - |
| HSV(B) | 309.38º | 0.43% | 0.87% | - |
| XYZ | 49.41 | 35.42 | 63.91 | - |
| YUV | 164.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 208 | 0 | 0.43 | 0.07 | 0.13 | 309.38 | 0.6 | 0.69 |
| Hex | DF | 7F | D0 | 0 | 2B | 7 | D | 135 | 3C | 45 |
| Octal | 337 | 177 | 320 | 0 | 53 | 7 | 15 | 465 | 74 | 105 |
| Binary | 11011111 | 1111111 | 11010000 | 0 | 101011 | 111 | 1101 | 100110101 | 111100 | 1000101 |
Color Harmonies of #DF7FD0
Complementary color
Monochromatic Colors of #DF7FD0
Black with #DF7FD0
Text Example
Text Example
White with #DF7FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FD0; }
p { color: rgb(223,127,208); }
H1.HeaderClassName
{
color: #DF7FD0;
}
.AnyTagClassName
{
color: #DF7FD0;
}
</style>
background-color css
<style>
a { background-color: #DF7FD0; }
a { background-color: rgb(223,127,208); }
div.DivClassName
{
background-color: #DF7FD0;
}
.BgClassName
{
background-color: #DF7FD0;
}
</style>
border-color css
<style>
span { border-color: #DF7FD0; }
span { border-color: rgb(223,127,208); }
td.TdClassName
{
border-color: #DF7FD0;
}
.TagClassName
{
border-color: #DF7FD0;
}
</style>