Shades of Orchid #DD6FE9
Tints of Orchid #DD6FE9
RGB
CMYK
RGB Variations
Color information
#DD6FE9 (or 0xDD6FE9) is known color: Orchid. HEX triplet: DD, 6F and E9. RGB value is (221,111,233). Sum of RGB (Red+Green+Blue) = 221+111+233=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FE9 is #229016. Grayscale: #9D9D9D. Windows color (decimal): -2265111 or 15298525. OLE color: 15298525.
HSL color Cylindrical-coordinate representation of color #DD6FE9: hue angle of 294.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6FE9 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 111 | 233 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.09 |
| HSL | 294.1º | 0.73% | 0.67% | - |
| HSV(B) | 294.1º | 0.52% | 0.91% | - |
| XYZ | 50.21 | 32.62 | 80.74 | - |
| YUV | 157.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 233 | 0.05 | 0.52 | 0 | 0.09 | 294.1 | 0.73 | 0.67 |
| Hex | DD | 6F | E9 | 5 | 34 | 0 | 9 | 126 | 49 | 43 |
| Octal | 335 | 157 | 351 | 5 | 64 | 0 | 11 | 446 | 111 | 103 |
| Binary | 11011101 | 1101111 | 11101001 | 101 | 110100 | 0 | 1001 | 100100110 | 1001001 | 1000011 |
Color Harmonies of #DD6FE9
Complementary color
Monochromatic Colors of #DD6FE9
Black with #DD6FE9
Text Example
Text Example
White with #DD6FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FE9; }
p { color: rgb(221,111,233); }
H1.HeaderClassName
{
color: #DD6FE9;
}
.AnyTagClassName
{
color: #DD6FE9;
}
</style>
background-color css
<style>
a { background-color: #DD6FE9; }
a { background-color: rgb(221,111,233); }
div.DivClassName
{
background-color: #DD6FE9;
}
.BgClassName
{
background-color: #DD6FE9;
}
</style>
border-color css
<style>
span { border-color: #DD6FE9; }
span { border-color: rgb(221,111,233); }
td.TdClassName
{
border-color: #DD6FE9;
}
.TagClassName
{
border-color: #DD6FE9;
}
</style>