Shades of Orchid #D46ECF
Tints of Orchid #D46ECF
RGB
CMYK
RGB Variations
Color information
#D46ECF (or 0xD46ECF) is known color: Orchid. HEX triplet: D4, 6E and CF. RGB value is (212,110,207). Sum of RGB (Red+Green+Blue) = 212+110+207=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ECF is #2B9130. Grayscale: #979797. Windows color (decimal): -2855217 or 13594324. OLE color: 13594324.
HSL color Cylindrical-coordinate representation of color #D46ECF: hue angle of 302.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46ECF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 207 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.17 |
| HSL | 302.94º | 0.54% | 0.63% | - |
| HSV(B) | 302.94º | 0.48% | 0.83% | - |
| XYZ | 43.99 | 29.65 | 62.44 | - |
| YUV | 151.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 207 | 0 | 0.48 | 0.02 | 0.17 | 302.94 | 0.54 | 0.63 |
| Hex | D4 | 6E | CF | 0 | 30 | 2 | 11 | 12F | 36 | 3F |
| Octal | 324 | 156 | 317 | 0 | 60 | 2 | 21 | 457 | 66 | 77 |
| Binary | 11010100 | 1101110 | 11001111 | 0 | 110000 | 10 | 10001 | 100101111 | 110110 | 111111 |
Color Harmonies of #D46ECF
Complementary color
Monochromatic Colors of #D46ECF
Black with #D46ECF
Text Example
Text Example
White with #D46ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46ECF; }
p { color: rgb(212,110,207); }
H1.HeaderClassName
{
color: #D46ECF;
}
.AnyTagClassName
{
color: #D46ECF;
}
</style>
background-color css
<style>
a { background-color: #D46ECF; }
a { background-color: rgb(212,110,207); }
div.DivClassName
{
background-color: #D46ECF;
}
.BgClassName
{
background-color: #D46ECF;
}
</style>
border-color css
<style>
span { border-color: #D46ECF; }
span { border-color: rgb(212,110,207); }
td.TdClassName
{
border-color: #D46ECF;
}
.TagClassName
{
border-color: #D46ECF;
}
</style>