Shades of Orchid #D46EC9
Tints of Orchid #D46EC9
RGB
CMYK
RGB Variations
Color information
#D46EC9 (or 0xD46EC9) is known color: Orchid. HEX triplet: D4, 6E and C9. RGB value is (212,110,201). Sum of RGB (Red+Green+Blue) = 212+110+201=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EC9 is #2B9136. Grayscale: #969696. Windows color (decimal): -2855223 or 13201108. OLE color: 13201108.
HSL color Cylindrical-coordinate representation of color #D46EC9: hue angle of 306.47º 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 #D46EC9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 201 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.17 |
| HSL | 306.47º | 0.54% | 0.63% | - |
| HSV(B) | 306.47º | 0.48% | 0.83% | - |
| XYZ | 43.27 | 29.37 | 58.65 | - |
| YUV | 150.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 201 | 0 | 0.48 | 0.05 | 0.17 | 306.47 | 0.54 | 0.63 |
| Hex | D4 | 6E | C9 | 0 | 30 | 5 | 11 | 132 | 36 | 3F |
| Octal | 324 | 156 | 311 | 0 | 60 | 5 | 21 | 462 | 66 | 77 |
| Binary | 11010100 | 1101110 | 11001001 | 0 | 110000 | 101 | 10001 | 100110010 | 110110 | 111111 |
Color Harmonies of #D46EC9
Complementary color
Monochromatic Colors of #D46EC9
Black with #D46EC9
Text Example
Text Example
White with #D46EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EC9; }
p { color: rgb(212,110,201); }
H1.HeaderClassName
{
color: #D46EC9;
}
.AnyTagClassName
{
color: #D46EC9;
}
</style>
background-color css
<style>
a { background-color: #D46EC9; }
a { background-color: rgb(212,110,201); }
div.DivClassName
{
background-color: #D46EC9;
}
.BgClassName
{
background-color: #D46EC9;
}
</style>
border-color css
<style>
span { border-color: #D46EC9; }
span { border-color: rgb(212,110,201); }
td.TdClassName
{
border-color: #D46EC9;
}
.TagClassName
{
border-color: #D46EC9;
}
</style>