Shades of Orchid #D66DD0
Tints of Orchid #D66DD0
RGB
CMYK
RGB Variations
Color information
#D66DD0 (or 0xD66DD0) is known color: Orchid. HEX triplet: D6, 6D and D0. RGB value is (214,109,208). Sum of RGB (Red+Green+Blue) = 214+109+208=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DD0 is #29922F. Grayscale: #979797. Windows color (decimal): -2724400 or 13659606. OLE color: 13659606.
HSL color Cylindrical-coordinate representation of color #D66DD0: hue angle of 303.43º 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 #D66DD0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 208 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.16 |
| HSL | 303.43º | 0.56% | 0.63% | - |
| HSV(B) | 303.43º | 0.49% | 0.84% | - |
| XYZ | 44.59 | 29.79 | 63.07 | - |
| YUV | 151.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 208 | 0 | 0.49 | 0.03 | 0.16 | 303.43 | 0.56 | 0.63 |
| Hex | D6 | 6D | D0 | 0 | 31 | 3 | 10 | 12F | 38 | 3F |
| Octal | 326 | 155 | 320 | 0 | 61 | 3 | 20 | 457 | 70 | 77 |
| Binary | 11010110 | 1101101 | 11010000 | 0 | 110001 | 11 | 10000 | 100101111 | 111000 | 111111 |
Color Harmonies of #D66DD0
Complementary color
Monochromatic Colors of #D66DD0
Black with #D66DD0
Text Example
Text Example
White with #D66DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DD0; }
p { color: rgb(214,109,208); }
H1.HeaderClassName
{
color: #D66DD0;
}
.AnyTagClassName
{
color: #D66DD0;
}
</style>
background-color css
<style>
a { background-color: #D66DD0; }
a { background-color: rgb(214,109,208); }
div.DivClassName
{
background-color: #D66DD0;
}
.BgClassName
{
background-color: #D66DD0;
}
</style>
border-color css
<style>
span { border-color: #D66DD0; }
span { border-color: rgb(214,109,208); }
td.TdClassName
{
border-color: #D66DD0;
}
.TagClassName
{
border-color: #D66DD0;
}
</style>