Shades of Orchid #DD65E9
Tints of Orchid #DD65E9
RGB
CMYK
RGB Variations
Color information
#DD65E9 (or 0xDD65E9) is known color: Orchid. HEX triplet: DD, 65 and E9. RGB value is (221,101,233). Sum of RGB (Red+Green+Blue) = 221+101+233=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65E9 is #229A16. Grayscale: #979797. Windows color (decimal): -2267671 or 15295965. OLE color: 15295965.
HSL color Cylindrical-coordinate representation of color #DD65E9: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD65E9 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 101 | 233 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.09 |
| HSL | 294.55º | 0.75% | 0.65% | - |
| HSV(B) | 294.55º | 0.57% | 0.91% | - |
| XYZ | 49.18 | 30.56 | 80.4 | - |
| YUV | 151.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 233 | 0.05 | 0.57 | 0 | 0.09 | 294.55 | 0.75 | 0.65 |
| Hex | DD | 65 | E9 | 5 | 39 | 0 | 9 | 127 | 4B | 41 |
| Octal | 335 | 145 | 351 | 5 | 71 | 0 | 11 | 447 | 113 | 101 |
| Binary | 11011101 | 1100101 | 11101001 | 101 | 111001 | 0 | 1001 | 100100111 | 1001011 | 1000001 |
Color Harmonies of #DD65E9
Complementary color
Monochromatic Colors of #DD65E9
Black with #DD65E9
Text Example
Text Example
White with #DD65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65E9; }
p { color: rgb(221,101,233); }
H1.HeaderClassName
{
color: #DD65E9;
}
.AnyTagClassName
{
color: #DD65E9;
}
</style>
background-color css
<style>
a { background-color: #DD65E9; }
a { background-color: rgb(221,101,233); }
div.DivClassName
{
background-color: #DD65E9;
}
.BgClassName
{
background-color: #DD65E9;
}
</style>
border-color css
<style>
span { border-color: #DD65E9; }
span { border-color: rgb(221,101,233); }
td.TdClassName
{
border-color: #DD65E9;
}
.TagClassName
{
border-color: #DD65E9;
}
</style>