Shades of Orchid #DF7ADF
Tints of Orchid #DF7ADF
RGB
CMYK
RGB Variations
Color information
#DF7ADF (or 0xDF7ADF) is known color: Orchid. HEX triplet: DF, 7A and DF. RGB value is (223,122,223). Sum of RGB (Red+Green+Blue) = 223+122+223=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADF is #208520. Grayscale: #A3A3A3. Windows color (decimal): -2131233 or 14645983. OLE color: 14645983.
HSL color Cylindrical-coordinate representation of color #DF7ADF: hue angle of 300º 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 #DF7ADF is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 223 | - |
| CMYK | 0 | 0.45 | 0 | 0.13 |
| HSL | 300º | 0.61% | 0.68% | - |
| HSV(B) | 300º | 0.45% | 0.87% | - |
| XYZ | 50.71 | 34.93 | 73.88 | - |
| YUV | 163.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 223 | 0 | 0.45 | 0 | 0.13 | 300 | 0.61 | 0.68 |
| Hex | DF | 7A | DF | 0 | 2D | 0 | D | 12C | 3D | 44 |
| Octal | 337 | 172 | 337 | 0 | 55 | 0 | 15 | 454 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11011111 | 0 | 101101 | 0 | 1101 | 100101100 | 111101 | 1000100 |
Color Harmonies of #DF7ADF
Complementary color
Monochromatic Colors of #DF7ADF
Black with #DF7ADF
Text Example
Text Example
White with #DF7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ADF; }
p { color: rgb(223,122,223); }
H1.HeaderClassName
{
color: #DF7ADF;
}
.AnyTagClassName
{
color: #DF7ADF;
}
</style>
background-color css
<style>
a { background-color: #DF7ADF; }
a { background-color: rgb(223,122,223); }
div.DivClassName
{
background-color: #DF7ADF;
}
.BgClassName
{
background-color: #DF7ADF;
}
</style>
border-color css
<style>
span { border-color: #DF7ADF; }
span { border-color: rgb(223,122,223); }
td.TdClassName
{
border-color: #DF7ADF;
}
.TagClassName
{
border-color: #DF7ADF;
}
</style>