Shades of Orchid #DF74DD
Tints of Orchid #DF74DD
RGB
CMYK
RGB Variations
Color information
#DF74DD (or 0xDF74DD) is known color: Orchid. HEX triplet: DF, 74 and DD. RGB value is (223,116,221). Sum of RGB (Red+Green+Blue) = 223+116+221=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74DD is #208B22. Grayscale: #9F9F9F. Windows color (decimal): -2132771 or 14513375. OLE color: 14513375.
HSL color Cylindrical-coordinate representation of color #DF74DD: hue angle of 301.12º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74DD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 221 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.13 |
| HSL | 301.12º | 0.63% | 0.66% | - |
| HSV(B) | 301.12º | 0.48% | 0.87% | - |
| XYZ | 49.73 | 33.4 | 72.23 | - |
| YUV | 159.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 221 | 0 | 0.48 | 0.01 | 0.13 | 301.12 | 0.63 | 0.66 |
| Hex | DF | 74 | DD | 0 | 30 | 1 | D | 12D | 3F | 42 |
| Octal | 337 | 164 | 335 | 0 | 60 | 1 | 15 | 455 | 77 | 102 |
| Binary | 11011111 | 1110100 | 11011101 | 0 | 110000 | 1 | 1101 | 100101101 | 111111 | 1000010 |
Color Harmonies of #DF74DD
Complementary color
Monochromatic Colors of #DF74DD
Black with #DF74DD
Text Example
Text Example
White with #DF74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74DD; }
p { color: rgb(223,116,221); }
H1.HeaderClassName
{
color: #DF74DD;
}
.AnyTagClassName
{
color: #DF74DD;
}
</style>
background-color css
<style>
a { background-color: #DF74DD; }
a { background-color: rgb(223,116,221); }
div.DivClassName
{
background-color: #DF74DD;
}
.BgClassName
{
background-color: #DF74DD;
}
</style>
border-color css
<style>
span { border-color: #DF74DD; }
span { border-color: rgb(223,116,221); }
td.TdClassName
{
border-color: #DF74DD;
}
.TagClassName
{
border-color: #DF74DD;
}
</style>