Shades of Orchid #DD68D9
Tints of Orchid #DD68D9
RGB
CMYK
RGB Variations
Color information
#DD68D9 (or 0xDD68D9) is known color: Orchid. HEX triplet: DD, 68 and D9. RGB value is (221,104,217). Sum of RGB (Red+Green+Blue) = 221+104+217=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68D9 is #229726. Grayscale: #979797. Windows color (decimal): -2266919 or 14248157. OLE color: 14248157.
HSL color Cylindrical-coordinate representation of color #DD68D9: hue angle of 302.05º degrees, saturation: 0.63, 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 #DD68D9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 217 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.13 |
| HSL | 302.05º | 0.63% | 0.64% | - |
| HSV(B) | 302.05º | 0.53% | 0.87% | - |
| XYZ | 47.29 | 30.28 | 69 | - |
| YUV | 151.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 217 | 0 | 0.53 | 0.02 | 0.13 | 302.05 | 0.63 | 0.64 |
| Hex | DD | 68 | D9 | 0 | 35 | 2 | D | 12E | 3F | 40 |
| Octal | 335 | 150 | 331 | 0 | 65 | 2 | 15 | 456 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11011001 | 0 | 110101 | 10 | 1101 | 100101110 | 111111 | 1000000 |
Color Harmonies of #DD68D9
Complementary color
Monochromatic Colors of #DD68D9
Black with #DD68D9
Text Example
Text Example
White with #DD68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68D9; }
p { color: rgb(221,104,217); }
H1.HeaderClassName
{
color: #DD68D9;
}
.AnyTagClassName
{
color: #DD68D9;
}
</style>
background-color css
<style>
a { background-color: #DD68D9; }
a { background-color: rgb(221,104,217); }
div.DivClassName
{
background-color: #DD68D9;
}
.BgClassName
{
background-color: #DD68D9;
}
</style>
border-color css
<style>
span { border-color: #DD68D9; }
span { border-color: rgb(221,104,217); }
td.TdClassName
{
border-color: #DD68D9;
}
.TagClassName
{
border-color: #DD68D9;
}
</style>