Shades of Orchid #D66DBC
Tints of Orchid #D66DBC
RGB
CMYK
RGB Variations
Color information
#D66DBC (or 0xD66DBC) is known color: Orchid. HEX triplet: D6, 6D and BC. RGB value is (214,109,188). Sum of RGB (Red+Green+Blue) = 214+109+188=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBC is #299243. Grayscale: #959595. Windows color (decimal): -2724420 or 12348886. OLE color: 12348886.
HSL color Cylindrical-coordinate representation of color #D66DBC: hue angle of 314.86º 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 #D66DBC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 188 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.16 |
| HSL | 314.86º | 0.56% | 0.63% | - |
| HSV(B) | 314.86º | 0.49% | 0.84% | - |
| XYZ | 42.28 | 28.86 | 50.92 | - |
| YUV | 149.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 188 | 0 | 0.49 | 0.12 | 0.16 | 314.86 | 0.56 | 0.63 |
| Hex | D6 | 6D | BC | 0 | 31 | C | 10 | 13B | 38 | 3F |
| Octal | 326 | 155 | 274 | 0 | 61 | 14 | 20 | 473 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10111100 | 0 | 110001 | 1100 | 10000 | 100111011 | 111000 | 111111 |
Color Harmonies of #D66DBC
Complementary color
Monochromatic Colors of #D66DBC
Black with #D66DBC
Text Example
Text Example
White with #D66DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DBC; }
p { color: rgb(214,109,188); }
H1.HeaderClassName
{
color: #D66DBC;
}
.AnyTagClassName
{
color: #D66DBC;
}
</style>
background-color css
<style>
a { background-color: #D66DBC; }
a { background-color: rgb(214,109,188); }
div.DivClassName
{
background-color: #D66DBC;
}
.BgClassName
{
background-color: #D66DBC;
}
</style>
border-color css
<style>
span { border-color: #D66DBC; }
span { border-color: rgb(214,109,188); }
td.TdClassName
{
border-color: #D66DBC;
}
.TagClassName
{
border-color: #D66DBC;
}
</style>