Shades of Orchid #DF6ED3
Tints of Orchid #DF6ED3
RGB
CMYK
RGB Variations
Color information
#DF6ED3 (or 0xDF6ED3) is known color: Orchid. HEX triplet: DF, 6E and D3. RGB value is (223,110,211). Sum of RGB (Red+Green+Blue) = 223+110+211=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ED3 is #20912C. Grayscale: #9B9B9B. Windows color (decimal): -2134317 or 13856479. OLE color: 13856479.
HSL color Cylindrical-coordinate representation of color #DF6ED3: hue angle of 306.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6ED3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 211 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.13 |
| HSL | 306.37º | 0.64% | 0.65% | - |
| HSV(B) | 306.37º | 0.51% | 0.87% | - |
| XYZ | 47.77 | 31.54 | 65.2 | - |
| YUV | 155.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 211 | 0 | 0.51 | 0.05 | 0.13 | 306.37 | 0.64 | 0.65 |
| Hex | DF | 6E | D3 | 0 | 33 | 5 | D | 132 | 40 | 41 |
| Octal | 337 | 156 | 323 | 0 | 63 | 5 | 15 | 462 | 100 | 101 |
| Binary | 11011111 | 1101110 | 11010011 | 0 | 110011 | 101 | 1101 | 100110010 | 1000000 | 1000001 |
Color Harmonies of #DF6ED3
Complementary color
Monochromatic Colors of #DF6ED3
Black with #DF6ED3
Text Example
Text Example
White with #DF6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ED3; }
p { color: rgb(223,110,211); }
H1.HeaderClassName
{
color: #DF6ED3;
}
.AnyTagClassName
{
color: #DF6ED3;
}
</style>
background-color css
<style>
a { background-color: #DF6ED3; }
a { background-color: rgb(223,110,211); }
div.DivClassName
{
background-color: #DF6ED3;
}
.BgClassName
{
background-color: #DF6ED3;
}
</style>
border-color css
<style>
span { border-color: #DF6ED3; }
span { border-color: rgb(223,110,211); }
td.TdClassName
{
border-color: #DF6ED3;
}
.TagClassName
{
border-color: #DF6ED3;
}
</style>