Shades of Orchid #DF7ADE
Tints of Orchid #DF7ADE
RGB
CMYK
RGB Variations
Color information
#DF7ADE (or 0xDF7ADE) is known color: Orchid. HEX triplet: DF, 7A and DE. RGB value is (223,122,222). Sum of RGB (Red+Green+Blue) = 223+122+222=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ADE is #208521. Grayscale: #A3A3A3. Windows color (decimal): -2131234 or 14580447. OLE color: 14580447.
HSL color Cylindrical-coordinate representation of color #DF7ADE: hue angle of 300.59º 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 #DF7ADE is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 222 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.13 |
| HSL | 300.59º | 0.61% | 0.68% | - |
| HSV(B) | 300.59º | 0.45% | 0.87% | - |
| XYZ | 50.58 | 34.88 | 73.17 | - |
| YUV | 163.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 222 | 0 | 0.45 | 0.00 | 0.13 | 300.59 | 0.61 | 0.68 |
| Hex | DF | 7A | DE | 0 | 2D | 0 | D | 12D | 3D | 44 |
| Octal | 337 | 172 | 336 | 0 | 55 | 0 | 15 | 455 | 75 | 104 |
| Binary | 11011111 | 1111010 | 11011110 | 0 | 101101 | 0 | 1101 | 100101101 | 111101 | 1000100 |
Color Harmonies of #DF7ADE
Complementary color
Monochromatic Colors of #DF7ADE
Black with #DF7ADE
Text Example
Text Example
White with #DF7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7ADE; }
p { color: rgb(223,122,222); }
H1.HeaderClassName
{
color: #DF7ADE;
}
.AnyTagClassName
{
color: #DF7ADE;
}
</style>
background-color css
<style>
a { background-color: #DF7ADE; }
a { background-color: rgb(223,122,222); }
div.DivClassName
{
background-color: #DF7ADE;
}
.BgClassName
{
background-color: #DF7ADE;
}
</style>
border-color css
<style>
span { border-color: #DF7ADE; }
span { border-color: rgb(223,122,222); }
td.TdClassName
{
border-color: #DF7ADE;
}
.TagClassName
{
border-color: #DF7ADE;
}
</style>