Shades of Orchid #D66ED0
Tints of Orchid #D66ED0
RGB
CMYK
RGB Variations
Color information
#D66ED0 (or 0xD66ED0) is known color: Orchid. HEX triplet: D6, 6E and D0. RGB value is (214,110,208). Sum of RGB (Red+Green+Blue) = 214+110+208=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ED0 is #29912F. Grayscale: #979797. Windows color (decimal): -2724144 or 13659862. OLE color: 13659862.
HSL color Cylindrical-coordinate representation of color #D66ED0: hue angle of 303.46º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ED0 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 208 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.16 |
| HSL | 303.46º | 0.56% | 0.64% | - |
| HSV(B) | 303.46º | 0.49% | 0.84% | - |
| XYZ | 44.69 | 30 | 63.11 | - |
| YUV | 152.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 208 | 0 | 0.49 | 0.03 | 0.16 | 303.46 | 0.56 | 0.64 |
| Hex | D6 | 6E | D0 | 0 | 31 | 3 | 10 | 12F | 38 | 40 |
| Octal | 326 | 156 | 320 | 0 | 61 | 3 | 20 | 457 | 70 | 100 |
| Binary | 11010110 | 1101110 | 11010000 | 0 | 110001 | 11 | 10000 | 100101111 | 111000 | 1000000 |
Color Harmonies of #D66ED0
Complementary color
Monochromatic Colors of #D66ED0
Black with #D66ED0
Text Example
Text Example
White with #D66ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ED0; }
p { color: rgb(214,110,208); }
H1.HeaderClassName
{
color: #D66ED0;
}
.AnyTagClassName
{
color: #D66ED0;
}
</style>
background-color css
<style>
a { background-color: #D66ED0; }
a { background-color: rgb(214,110,208); }
div.DivClassName
{
background-color: #D66ED0;
}
.BgClassName
{
background-color: #D66ED0;
}
</style>
border-color css
<style>
span { border-color: #D66ED0; }
span { border-color: rgb(214,110,208); }
td.TdClassName
{
border-color: #D66ED0;
}
.TagClassName
{
border-color: #D66ED0;
}
</style>