Shades of Orchid #D66EDC
Tints of Orchid #D66EDC
RGB
CMYK
RGB Variations
Color information
#D66EDC (or 0xD66EDC) is known color: Orchid. HEX triplet: D6, 6E and DC. RGB value is (214,110,220). Sum of RGB (Red+Green+Blue) = 214+110+220=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D66EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EDC is #299123. Grayscale: #999999. Windows color (decimal): -2724132 or 14446294. OLE color: 14446294.
HSL color Cylindrical-coordinate representation of color #D66EDC: hue angle of 296.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66EDC is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 110 | 220 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.14 |
| HSL | 296.73º | 0.61% | 0.65% | - |
| HSV(B) | 296.73º | 0.5% | 0.86% | - |
| XYZ | 46.23 | 30.62 | 71.18 | - |
| YUV | 153.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 220 | 0.03 | 0.50 | 0 | 0.14 | 296.73 | 0.61 | 0.65 |
| Hex | D6 | 6E | DC | 3 | 32 | 0 | E | 129 | 3D | 41 |
| Octal | 326 | 156 | 334 | 3 | 62 | 0 | 16 | 451 | 75 | 101 |
| Binary | 11010110 | 1101110 | 11011100 | 11 | 110010 | 0 | 1110 | 100101001 | 111101 | 1000001 |
Color Harmonies of #D66EDC
Complementary color
Monochromatic Colors of #D66EDC
Black with #D66EDC
Text Example
Text Example
White with #D66EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66EDC; }
p { color: rgb(214,110,220); }
H1.HeaderClassName
{
color: #D66EDC;
}
.AnyTagClassName
{
color: #D66EDC;
}
</style>
background-color css
<style>
a { background-color: #D66EDC; }
a { background-color: rgb(214,110,220); }
div.DivClassName
{
background-color: #D66EDC;
}
.BgClassName
{
background-color: #D66EDC;
}
</style>
border-color css
<style>
span { border-color: #D66EDC; }
span { border-color: rgb(214,110,220); }
td.TdClassName
{
border-color: #D66EDC;
}
.TagClassName
{
border-color: #D66EDC;
}
</style>