Shades of Orchid #D66EBF
Tints of Orchid #D66EBF
RGB
CMYK
RGB Variations
Color information
#D66EBF (or 0xD66EBF) is known color: Orchid. HEX triplet: D6, 6E and BF. RGB value is (214,110,191). Sum of RGB (Red+Green+Blue) = 214+110+191=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBF is #299140. Grayscale: #969696. Windows color (decimal): -2724161 or 12545750. OLE color: 12545750.
HSL color Cylindrical-coordinate representation of color #D66EBF: hue angle of 313.27º 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 #D66EBF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 191 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.16 |
| HSL | 313.27º | 0.56% | 0.64% | - |
| HSV(B) | 313.27º | 0.49% | 0.84% | - |
| XYZ | 42.71 | 29.21 | 52.68 | - |
| YUV | 150.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 191 | 0 | 0.49 | 0.11 | 0.16 | 313.27 | 0.56 | 0.64 |
| Hex | D6 | 6E | BF | 0 | 31 | B | 10 | 139 | 38 | 40 |
| Octal | 326 | 156 | 277 | 0 | 61 | 13 | 20 | 471 | 70 | 100 |
| Binary | 11010110 | 1101110 | 10111111 | 0 | 110001 | 1011 | 10000 | 100111001 | 111000 | 1000000 |
Color Harmonies of #D66EBF
Complementary color
Monochromatic Colors of #D66EBF
Black with #D66EBF
Text Example
Text Example
White with #D66EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66EBF; }
p { color: rgb(214,110,191); }
H1.HeaderClassName
{
color: #D66EBF;
}
.AnyTagClassName
{
color: #D66EBF;
}
</style>
background-color css
<style>
a { background-color: #D66EBF; }
a { background-color: rgb(214,110,191); }
div.DivClassName
{
background-color: #D66EBF;
}
.BgClassName
{
background-color: #D66EBF;
}
</style>
border-color css
<style>
span { border-color: #D66EBF; }
span { border-color: rgb(214,110,191); }
td.TdClassName
{
border-color: #D66EBF;
}
.TagClassName
{
border-color: #D66EBF;
}
</style>