Shades of Orchid #DF7BD0
Tints of Orchid #DF7BD0
RGB
CMYK
RGB Variations
Color information
#DF7BD0 (or 0xDF7BD0) is known color: Orchid. HEX triplet: DF, 7B and D0. RGB value is (223,123,208). Sum of RGB (Red+Green+Blue) = 223+123+208=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BD0 is #20842F. Grayscale: #A2A2A2. Windows color (decimal): -2130992 or 13663199. OLE color: 13663199.
HSL color Cylindrical-coordinate representation of color #DF7BD0: hue angle of 309º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7BD0 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 208 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.13 |
| HSL | 309º | 0.61% | 0.68% | - |
| HSV(B) | 309º | 0.45% | 0.87% | - |
| XYZ | 48.9 | 34.41 | 63.74 | - |
| YUV | 162.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 208 | 0 | 0.45 | 0.07 | 0.13 | 309 | 0.61 | 0.68 |
| Hex | DF | 7B | D0 | 0 | 2D | 7 | D | 135 | 3D | 44 |
| Octal | 337 | 173 | 320 | 0 | 55 | 7 | 15 | 465 | 75 | 104 |
| Binary | 11011111 | 1111011 | 11010000 | 0 | 101101 | 111 | 1101 | 100110101 | 111101 | 1000100 |
Color Harmonies of #DF7BD0
Complementary color
Monochromatic Colors of #DF7BD0
Black with #DF7BD0
Text Example
Text Example
White with #DF7BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BD0; }
p { color: rgb(223,123,208); }
H1.HeaderClassName
{
color: #DF7BD0;
}
.AnyTagClassName
{
color: #DF7BD0;
}
</style>
background-color css
<style>
a { background-color: #DF7BD0; }
a { background-color: rgb(223,123,208); }
div.DivClassName
{
background-color: #DF7BD0;
}
.BgClassName
{
background-color: #DF7BD0;
}
</style>
border-color css
<style>
span { border-color: #DF7BD0; }
span { border-color: rgb(223,123,208); }
td.TdClassName
{
border-color: #DF7BD0;
}
.TagClassName
{
border-color: #DF7BD0;
}
</style>