Shades of Orchid #DD6DC9
Tints of Orchid #DD6DC9
RGB
CMYK
RGB Variations
Color information
#DD6DC9 (or 0xDD6DC9) is known color: Orchid. HEX triplet: DD, 6D and C9. RGB value is (221,109,201). Sum of RGB (Red+Green+Blue) = 221+109+201=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC9 is #229236. Grayscale: #989898. Windows color (decimal): -2265655 or 13200861. OLE color: 13200861.
HSL color Cylindrical-coordinate representation of color #DD6DC9: hue angle of 310.71º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DC9 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 201 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.13 |
| HSL | 310.71º | 0.62% | 0.65% | - |
| HSV(B) | 310.71º | 0.51% | 0.87% | - |
| XYZ | 45.83 | 30.53 | 58.74 | - |
| YUV | 152.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 201 | 0 | 0.51 | 0.09 | 0.13 | 310.71 | 0.62 | 0.65 |
| Hex | DD | 6D | C9 | 0 | 33 | 9 | D | 137 | 3E | 41 |
| Octal | 335 | 155 | 311 | 0 | 63 | 11 | 15 | 467 | 76 | 101 |
| Binary | 11011101 | 1101101 | 11001001 | 0 | 110011 | 1001 | 1101 | 100110111 | 111110 | 1000001 |
Color Harmonies of #DD6DC9
Complementary color
Monochromatic Colors of #DD6DC9
Black with #DD6DC9
Text Example
Text Example
White with #DD6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DC9; }
p { color: rgb(221,109,201); }
H1.HeaderClassName
{
color: #DD6DC9;
}
.AnyTagClassName
{
color: #DD6DC9;
}
</style>
background-color css
<style>
a { background-color: #DD6DC9; }
a { background-color: rgb(221,109,201); }
div.DivClassName
{
background-color: #DD6DC9;
}
.BgClassName
{
background-color: #DD6DC9;
}
</style>
border-color css
<style>
span { border-color: #DD6DC9; }
span { border-color: rgb(221,109,201); }
td.TdClassName
{
border-color: #DD6DC9;
}
.TagClassName
{
border-color: #DD6DC9;
}
</style>