Shades of Orchid #D66ECF
Tints of Orchid #D66ECF
RGB
CMYK
RGB Variations
Color information
#D66ECF (or 0xD66ECF) is known color: Orchid. HEX triplet: D6, 6E and CF. RGB value is (214,110,207). Sum of RGB (Red+Green+Blue) = 214+110+207=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECF is #299130. Grayscale: #979797. Windows color (decimal): -2724145 or 13594326. OLE color: 13594326.
HSL color Cylindrical-coordinate representation of color #D66ECF: hue angle of 304.04º 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 #D66ECF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 207 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.16 |
| HSL | 304.04º | 0.56% | 0.64% | - |
| HSV(B) | 304.04º | 0.49% | 0.84% | - |
| XYZ | 44.57 | 29.95 | 62.46 | - |
| YUV | 152.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 207 | 0 | 0.49 | 0.03 | 0.16 | 304.04 | 0.56 | 0.64 |
| Hex | D6 | 6E | CF | 0 | 31 | 3 | 10 | 130 | 38 | 40 |
| Octal | 326 | 156 | 317 | 0 | 61 | 3 | 20 | 460 | 70 | 100 |
| Binary | 11010110 | 1101110 | 11001111 | 0 | 110001 | 11 | 10000 | 100110000 | 111000 | 1000000 |
Color Harmonies of #D66ECF
Complementary color
Monochromatic Colors of #D66ECF
Black with #D66ECF
Text Example
Text Example
White with #D66ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ECF; }
p { color: rgb(214,110,207); }
H1.HeaderClassName
{
color: #D66ECF;
}
.AnyTagClassName
{
color: #D66ECF;
}
</style>
background-color css
<style>
a { background-color: #D66ECF; }
a { background-color: rgb(214,110,207); }
div.DivClassName
{
background-color: #D66ECF;
}
.BgClassName
{
background-color: #D66ECF;
}
</style>
border-color css
<style>
span { border-color: #D66ECF; }
span { border-color: rgb(214,110,207); }
td.TdClassName
{
border-color: #D66ECF;
}
.TagClassName
{
border-color: #D66ECF;
}
</style>