Shades of Orchid #DF74DE
Tints of Orchid #DF74DE
RGB
CMYK
RGB Variations
Color information
#DF74DE (or 0xDF74DE) is known color: Orchid. HEX triplet: DF, 74 and DE. RGB value is (223,116,222). Sum of RGB (Red+Green+Blue) = 223+116+222=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74DE is #208B21. Grayscale: #9F9F9F. Windows color (decimal): -2132770 or 14578911. OLE color: 14578911.
HSL color Cylindrical-coordinate representation of color #DF74DE: hue angle of 300.56º 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 #DF74DE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 222 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.13 |
| HSL | 300.56º | 0.63% | 0.66% | - |
| HSV(B) | 300.56º | 0.48% | 0.87% | - |
| XYZ | 49.86 | 33.45 | 72.94 | - |
| YUV | 160.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 222 | 0 | 0.48 | 0.00 | 0.13 | 300.56 | 0.63 | 0.66 |
| Hex | DF | 74 | DE | 0 | 30 | 0 | D | 12D | 3F | 42 |
| Octal | 337 | 164 | 336 | 0 | 60 | 0 | 15 | 455 | 77 | 102 |
| Binary | 11011111 | 1110100 | 11011110 | 0 | 110000 | 0 | 1101 | 100101101 | 111111 | 1000010 |
Color Harmonies of #DF74DE
Complementary color
Monochromatic Colors of #DF74DE
Black with #DF74DE
Text Example
Text Example
White with #DF74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74DE; }
p { color: rgb(223,116,222); }
H1.HeaderClassName
{
color: #DF74DE;
}
.AnyTagClassName
{
color: #DF74DE;
}
</style>
background-color css
<style>
a { background-color: #DF74DE; }
a { background-color: rgb(223,116,222); }
div.DivClassName
{
background-color: #DF74DE;
}
.BgClassName
{
background-color: #DF74DE;
}
</style>
border-color css
<style>
span { border-color: #DF74DE; }
span { border-color: rgb(223,116,222); }
td.TdClassName
{
border-color: #DF74DE;
}
.TagClassName
{
border-color: #DF74DE;
}
</style>