Shades of Orchid #DD69E8
Tints of Orchid #DD69E8
RGB
CMYK
RGB Variations
Color information
#DD69E8 (or 0xDD69E8) is known color: Orchid. HEX triplet: DD, 69 and E8. RGB value is (221,105,232). Sum of RGB (Red+Green+Blue) = 221+105+232=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69E8 is #229617. Grayscale: #999999. Windows color (decimal): -2266648 or 15231453. OLE color: 15231453.
HSL color Cylindrical-coordinate representation of color #DD69E8: hue angle of 294.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD69E8 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 105 | 232 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.09 |
| HSL | 294.8º | 0.73% | 0.66% | - |
| HSV(B) | 294.8º | 0.55% | 0.91% | - |
| XYZ | 49.44 | 31.3 | 79.78 | - |
| YUV | 154.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 232 | 0.05 | 0.55 | 0 | 0.09 | 294.8 | 0.73 | 0.66 |
| Hex | DD | 69 | E8 | 5 | 37 | 0 | 9 | 127 | 49 | 42 |
| Octal | 335 | 151 | 350 | 5 | 67 | 0 | 11 | 447 | 111 | 102 |
| Binary | 11011101 | 1101001 | 11101000 | 101 | 110111 | 0 | 1001 | 100100111 | 1001001 | 1000010 |
Color Harmonies of #DD69E8
Complementary color
Monochromatic Colors of #DD69E8
Black with #DD69E8
Text Example
Text Example
White with #DD69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69E8; }
p { color: rgb(221,105,232); }
H1.HeaderClassName
{
color: #DD69E8;
}
.AnyTagClassName
{
color: #DD69E8;
}
</style>
background-color css
<style>
a { background-color: #DD69E8; }
a { background-color: rgb(221,105,232); }
div.DivClassName
{
background-color: #DD69E8;
}
.BgClassName
{
background-color: #DD69E8;
}
</style>
border-color css
<style>
span { border-color: #DD69E8; }
span { border-color: rgb(221,105,232); }
td.TdClassName
{
border-color: #DD69E8;
}
.TagClassName
{
border-color: #DD69E8;
}
</style>