Shades of Orchid #DF68DD
Tints of Orchid #DF68DD
RGB
CMYK
RGB Variations
Color information
#DF68DD (or 0xDF68DD) is known color: Orchid. HEX triplet: DF, 68 and DD. RGB value is (223,104,221). Sum of RGB (Red+Green+Blue) = 223+104+221=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68DD is #209722. Grayscale: #989898. Windows color (decimal): -2135843 or 14510303. OLE color: 14510303.
HSL color Cylindrical-coordinate representation of color #DF68DD: hue angle of 301.01º 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 #DF68DD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 221 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.13 |
| HSL | 301.01º | 0.65% | 0.64% | - |
| HSV(B) | 301.01º | 0.53% | 0.87% | - |
| XYZ | 48.43 | 30.81 | 71.8 | - |
| YUV | 152.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 221 | 0 | 0.53 | 0.01 | 0.13 | 301.01 | 0.65 | 0.64 |
| Hex | DF | 68 | DD | 0 | 35 | 1 | D | 12D | 41 | 40 |
| Octal | 337 | 150 | 335 | 0 | 65 | 1 | 15 | 455 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11011101 | 0 | 110101 | 1 | 1101 | 100101101 | 1000001 | 1000000 |
Color Harmonies of #DF68DD
Complementary color
Monochromatic Colors of #DF68DD
Black with #DF68DD
Text Example
Text Example
White with #DF68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68DD; }
p { color: rgb(223,104,221); }
H1.HeaderClassName
{
color: #DF68DD;
}
.AnyTagClassName
{
color: #DF68DD;
}
</style>
background-color css
<style>
a { background-color: #DF68DD; }
a { background-color: rgb(223,104,221); }
div.DivClassName
{
background-color: #DF68DD;
}
.BgClassName
{
background-color: #DF68DD;
}
</style>
border-color css
<style>
span { border-color: #DF68DD; }
span { border-color: rgb(223,104,221); }
td.TdClassName
{
border-color: #DF68DD;
}
.TagClassName
{
border-color: #DF68DD;
}
</style>