Shades of Orchid #D66DB9
Tints of Orchid #D66DB9
RGB
CMYK
RGB Variations
Color information
#D66DB9 (or 0xD66DB9) is known color: Orchid. HEX triplet: D6, 6D and B9. RGB value is (214,109,185). Sum of RGB (Red+Green+Blue) = 214+109+185=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DB9 is #299246. Grayscale: #949494. Windows color (decimal): -2724423 or 12152278. OLE color: 12152278.
HSL color Cylindrical-coordinate representation of color #D66DB9: hue angle of 316.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DB9 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 185 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.16 |
| HSL | 316.57º | 0.56% | 0.63% | - |
| HSV(B) | 316.57º | 0.49% | 0.84% | - |
| XYZ | 41.96 | 28.74 | 49.23 | - |
| YUV | 149.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 185 | 0 | 0.49 | 0.14 | 0.16 | 316.57 | 0.56 | 0.63 |
| Hex | D6 | 6D | B9 | 0 | 31 | E | 10 | 13D | 38 | 3F |
| Octal | 326 | 155 | 271 | 0 | 61 | 16 | 20 | 475 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10111001 | 0 | 110001 | 1110 | 10000 | 100111101 | 111000 | 111111 |
Color Harmonies of #D66DB9
Complementary color
Monochromatic Colors of #D66DB9
Black with #D66DB9
Text Example
Text Example
White with #D66DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DB9; }
p { color: rgb(214,109,185); }
H1.HeaderClassName
{
color: #D66DB9;
}
.AnyTagClassName
{
color: #D66DB9;
}
</style>
background-color css
<style>
a { background-color: #D66DB9; }
a { background-color: rgb(214,109,185); }
div.DivClassName
{
background-color: #D66DB9;
}
.BgClassName
{
background-color: #D66DB9;
}
</style>
border-color css
<style>
span { border-color: #D66DB9; }
span { border-color: rgb(214,109,185); }
td.TdClassName
{
border-color: #D66DB9;
}
.TagClassName
{
border-color: #D66DB9;
}
</style>