Shades of Orchid #D46FD1
Tints of Orchid #D46FD1
RGB
CMYK
RGB Variations
Color information
#D46FD1 (or 0xD46FD1) is known color: Orchid. HEX triplet: D4, 6F and D1. RGB value is (212,111,209). Sum of RGB (Red+Green+Blue) = 212+111+209=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD1 is #2B902E. Grayscale: #989898. Windows color (decimal): -2854959 or 13725652. OLE color: 13725652.
HSL color Cylindrical-coordinate representation of color #D46FD1: hue angle of 301.78º 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 #D46FD1 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 209 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.17 |
| HSL | 301.78º | 0.54% | 0.63% | - |
| HSV(B) | 301.78º | 0.48% | 0.83% | - |
| XYZ | 44.34 | 29.97 | 63.77 | - |
| YUV | 152.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 209 | 0 | 0.48 | 0.01 | 0.17 | 301.78 | 0.54 | 0.63 |
| Hex | D4 | 6F | D1 | 0 | 30 | 1 | 11 | 12E | 36 | 3F |
| Octal | 324 | 157 | 321 | 0 | 60 | 1 | 21 | 456 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11010001 | 0 | 110000 | 1 | 10001 | 100101110 | 110110 | 111111 |
Color Harmonies of #D46FD1
Complementary color
Monochromatic Colors of #D46FD1
Black with #D46FD1
Text Example
Text Example
White with #D46FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FD1; }
p { color: rgb(212,111,209); }
H1.HeaderClassName
{
color: #D46FD1;
}
.AnyTagClassName
{
color: #D46FD1;
}
</style>
background-color css
<style>
a { background-color: #D46FD1; }
a { background-color: rgb(212,111,209); }
div.DivClassName
{
background-color: #D46FD1;
}
.BgClassName
{
background-color: #D46FD1;
}
</style>
border-color css
<style>
span { border-color: #D46FD1; }
span { border-color: rgb(212,111,209); }
td.TdClassName
{
border-color: #D46FD1;
}
.TagClassName
{
border-color: #D46FD1;
}
</style>