Shades of Orchid #DF68D0
Tints of Orchid #DF68D0
RGB
CMYK
RGB Variations
Color information
#DF68D0 (or 0xDF68D0) is known color: Orchid. HEX triplet: DF, 68 and D0. RGB value is (223,104,208). Sum of RGB (Red+Green+Blue) = 223+104+208=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D0 is #20972F. Grayscale: #979797. Windows color (decimal): -2135856 or 13658335. OLE color: 13658335.
HSL color Cylindrical-coordinate representation of color #DF68D0: hue angle of 307.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF68D0 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 208 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.13 |
| HSL | 307.56º | 0.65% | 0.64% | - |
| HSV(B) | 307.56º | 0.53% | 0.87% | - |
| XYZ | 46.77 | 30.14 | 63.03 | - |
| YUV | 151.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 208 | 0 | 0.53 | 0.07 | 0.13 | 307.56 | 0.65 | 0.64 |
| Hex | DF | 68 | D0 | 0 | 35 | 7 | D | 134 | 41 | 40 |
| Octal | 337 | 150 | 320 | 0 | 65 | 7 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11010000 | 0 | 110101 | 111 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF68D0
Complementary color
Monochromatic Colors of #DF68D0
Black with #DF68D0
Text Example
Text Example
White with #DF68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68D0; }
p { color: rgb(223,104,208); }
H1.HeaderClassName
{
color: #DF68D0;
}
.AnyTagClassName
{
color: #DF68D0;
}
</style>
background-color css
<style>
a { background-color: #DF68D0; }
a { background-color: rgb(223,104,208); }
div.DivClassName
{
background-color: #DF68D0;
}
.BgClassName
{
background-color: #DF68D0;
}
</style>
border-color css
<style>
span { border-color: #DF68D0; }
span { border-color: rgb(223,104,208); }
td.TdClassName
{
border-color: #DF68D0;
}
.TagClassName
{
border-color: #DF68D0;
}
</style>