Shades of Orchid #DD69E5
Tints of Orchid #DD69E5
RGB
CMYK
RGB Variations
Color information
#DD69E5 (or 0xDD69E5) is known color: Orchid. HEX triplet: DD, 69 and E5. RGB value is (221,105,229). Sum of RGB (Red+Green+Blue) = 221+105+229=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69E5 is #22961A. Grayscale: #999999. Windows color (decimal): -2266651 or 15034845. OLE color: 15034845.
HSL color Cylindrical-coordinate representation of color #DD69E5: hue angle of 296.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD69E5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 105 | 229 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.10 |
| HSL | 296.13º | 0.7% | 0.65% | - |
| HSV(B) | 296.13º | 0.54% | 0.9% | - |
| XYZ | 49.01 | 31.13 | 77.55 | - |
| YUV | 153.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 229 | 0.03 | 0.54 | 0 | 0.10 | 296.13 | 0.7 | 0.65 |
| Hex | DD | 69 | E5 | 3 | 36 | 0 | A | 128 | 46 | 41 |
| Octal | 335 | 151 | 345 | 3 | 66 | 0 | 12 | 450 | 106 | 101 |
| Binary | 11011101 | 1101001 | 11100101 | 11 | 110110 | 0 | 1010 | 100101000 | 1000110 | 1000001 |
Color Harmonies of #DD69E5
Complementary color
Monochromatic Colors of #DD69E5
Black with #DD69E5
Text Example
Text Example
White with #DD69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69E5; }
p { color: rgb(221,105,229); }
H1.HeaderClassName
{
color: #DD69E5;
}
.AnyTagClassName
{
color: #DD69E5;
}
</style>
background-color css
<style>
a { background-color: #DD69E5; }
a { background-color: rgb(221,105,229); }
div.DivClassName
{
background-color: #DD69E5;
}
.BgClassName
{
background-color: #DD69E5;
}
</style>
border-color css
<style>
span { border-color: #DD69E5; }
span { border-color: rgb(221,105,229); }
td.TdClassName
{
border-color: #DD69E5;
}
.TagClassName
{
border-color: #DD69E5;
}
</style>