Shades of Orchid #D46DCD
Tints of Orchid #D46DCD
RGB
CMYK
RGB Variations
Color information
#D46DCD (or 0xD46DCD) is known color: Orchid. HEX triplet: D4, 6D and CD. RGB value is (212,109,205). Sum of RGB (Red+Green+Blue) = 212+109+205=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DCD is #2B9232. Grayscale: #969696. Windows color (decimal): -2855475 or 13462996. OLE color: 13462996.
HSL color Cylindrical-coordinate representation of color #D46DCD: hue angle of 304.08º 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 #D46DCD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 205 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.17 |
| HSL | 304.08º | 0.54% | 0.63% | - |
| HSV(B) | 304.08º | 0.49% | 0.83% | - |
| XYZ | 43.64 | 29.34 | 61.12 | - |
| YUV | 150.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 205 | 0 | 0.49 | 0.03 | 0.17 | 304.08 | 0.54 | 0.63 |
| Hex | D4 | 6D | CD | 0 | 31 | 3 | 11 | 130 | 36 | 3F |
| Octal | 324 | 155 | 315 | 0 | 61 | 3 | 21 | 460 | 66 | 77 |
| Binary | 11010100 | 1101101 | 11001101 | 0 | 110001 | 11 | 10001 | 100110000 | 110110 | 111111 |
Color Harmonies of #D46DCD
Complementary color
Monochromatic Colors of #D46DCD
Black with #D46DCD
Text Example
Text Example
White with #D46DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DCD; }
p { color: rgb(212,109,205); }
H1.HeaderClassName
{
color: #D46DCD;
}
.AnyTagClassName
{
color: #D46DCD;
}
</style>
background-color css
<style>
a { background-color: #D46DCD; }
a { background-color: rgb(212,109,205); }
div.DivClassName
{
background-color: #D46DCD;
}
.BgClassName
{
background-color: #D46DCD;
}
</style>
border-color css
<style>
span { border-color: #D46DCD; }
span { border-color: rgb(212,109,205); }
td.TdClassName
{
border-color: #D46DCD;
}
.TagClassName
{
border-color: #D46DCD;
}
</style>