Shades of Orchid #D46DD0
Tints of Orchid #D46DD0
RGB
CMYK
RGB Variations
Color information
#D46DD0 (or 0xD46DD0) is known color: Orchid. HEX triplet: D4, 6D and D0. RGB value is (212,109,208). Sum of RGB (Red+Green+Blue) = 212+109+208=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DD0 is #2B922F. Grayscale: #969696. Windows color (decimal): -2855472 or 13659604. OLE color: 13659604.
HSL color Cylindrical-coordinate representation of color #D46DD0: hue angle of 302.33º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DD0 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 208 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.17 |
| HSL | 302.33º | 0.54% | 0.63% | - |
| HSV(B) | 302.33º | 0.49% | 0.83% | - |
| XYZ | 44.01 | 29.49 | 63.05 | - |
| YUV | 151.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 208 | 0 | 0.49 | 0.02 | 0.17 | 302.33 | 0.54 | 0.63 |
| Hex | D4 | 6D | D0 | 0 | 31 | 2 | 11 | 12E | 36 | 3F |
| Octal | 324 | 155 | 320 | 0 | 61 | 2 | 21 | 456 | 66 | 77 |
| Binary | 11010100 | 1101101 | 11010000 | 0 | 110001 | 10 | 10001 | 100101110 | 110110 | 111111 |
Color Harmonies of #D46DD0
Complementary color
Monochromatic Colors of #D46DD0
Black with #D46DD0
Text Example
Text Example
White with #D46DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DD0; }
p { color: rgb(212,109,208); }
H1.HeaderClassName
{
color: #D46DD0;
}
.AnyTagClassName
{
color: #D46DD0;
}
</style>
background-color css
<style>
a { background-color: #D46DD0; }
a { background-color: rgb(212,109,208); }
div.DivClassName
{
background-color: #D46DD0;
}
.BgClassName
{
background-color: #D46DD0;
}
</style>
border-color css
<style>
span { border-color: #D46DD0; }
span { border-color: rgb(212,109,208); }
td.TdClassName
{
border-color: #D46DD0;
}
.TagClassName
{
border-color: #D46DD0;
}
</style>