Shades of Orchid #DD6BD0
Tints of Orchid #DD6BD0
RGB
CMYK
RGB Variations
Color information
#DD6BD0 (or 0xDD6BD0) is known color: Orchid. HEX triplet: DD, 6B and D0. RGB value is (221,107,208). Sum of RGB (Red+Green+Blue) = 221+107+208=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD0 is #22942F. Grayscale: #989898. Windows color (decimal): -2266160 or 13659101. OLE color: 13659101.
HSL color Cylindrical-coordinate representation of color #DD6BD0: hue angle of 306.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BD0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 208 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 306.84º | 0.63% | 0.64% | - |
| HSV(B) | 306.84º | 0.52% | 0.87% | - |
| XYZ | 46.46 | 30.44 | 63.1 | - |
| YUV | 152.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 208 | 0 | 0.52 | 0.06 | 0.13 | 306.84 | 0.63 | 0.64 |
| Hex | DD | 6B | D0 | 0 | 34 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 153 | 320 | 0 | 64 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11010000 | 0 | 110100 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD6BD0
Complementary color
Monochromatic Colors of #DD6BD0
Black with #DD6BD0
Text Example
Text Example
White with #DD6BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BD0; }
p { color: rgb(221,107,208); }
H1.HeaderClassName
{
color: #DD6BD0;
}
.AnyTagClassName
{
color: #DD6BD0;
}
</style>
background-color css
<style>
a { background-color: #DD6BD0; }
a { background-color: rgb(221,107,208); }
div.DivClassName
{
background-color: #DD6BD0;
}
.BgClassName
{
background-color: #DD6BD0;
}
</style>
border-color css
<style>
span { border-color: #DD6BD0; }
span { border-color: rgb(221,107,208); }
td.TdClassName
{
border-color: #DD6BD0;
}
.TagClassName
{
border-color: #DD6BD0;
}
</style>