Shades of Orchid #DF68D8
Tints of Orchid #DF68D8
RGB
CMYK
RGB Variations
Color information
#DF68D8 (or 0xDF68D8) is known color: Orchid. HEX triplet: DF, 68 and D8. RGB value is (223,104,216). Sum of RGB (Red+Green+Blue) = 223+104+216=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D8 is #209727. Grayscale: #989898. Windows color (decimal): -2135848 or 14182623. OLE color: 14182623.
HSL color Cylindrical-coordinate representation of color #DF68D8: hue angle of 303.53º 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 #DF68D8 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 216 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.13 |
| HSL | 303.53º | 0.65% | 0.64% | - |
| HSV(B) | 303.53º | 0.53% | 0.87% | - |
| XYZ | 47.78 | 30.55 | 68.34 | - |
| YUV | 152.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 216 | 0 | 0.53 | 0.03 | 0.13 | 303.53 | 0.65 | 0.64 |
| Hex | DF | 68 | D8 | 0 | 35 | 3 | D | 130 | 41 | 40 |
| Octal | 337 | 150 | 330 | 0 | 65 | 3 | 15 | 460 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11011000 | 0 | 110101 | 11 | 1101 | 100110000 | 1000001 | 1000000 |
Color Harmonies of #DF68D8
Complementary color
Monochromatic Colors of #DF68D8
Black with #DF68D8
Text Example
Text Example
White with #DF68D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68D8; }
p { color: rgb(223,104,216); }
H1.HeaderClassName
{
color: #DF68D8;
}
.AnyTagClassName
{
color: #DF68D8;
}
</style>
background-color css
<style>
a { background-color: #DF68D8; }
a { background-color: rgb(223,104,216); }
div.DivClassName
{
background-color: #DF68D8;
}
.BgClassName
{
background-color: #DF68D8;
}
</style>
border-color css
<style>
span { border-color: #DF68D8; }
span { border-color: rgb(223,104,216); }
td.TdClassName
{
border-color: #DF68D8;
}
.TagClassName
{
border-color: #DF68D8;
}
</style>