Shades of Orchid #D46FD2
Tints of Orchid #D46FD2
RGB
CMYK
RGB Variations
Color information
#D46FD2 (or 0xD46FD2) is known color: Orchid. HEX triplet: D4, 6F and D2. RGB value is (212,111,210). Sum of RGB (Red+Green+Blue) = 212+111+210=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD2 is #2B902D. Grayscale: #989898. Windows color (decimal): -2854958 or 13791188. OLE color: 13791188.
HSL color Cylindrical-coordinate representation of color #D46FD2: hue angle of 301.19º 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 #D46FD2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 210 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.17 |
| HSL | 301.19º | 0.54% | 0.63% | - |
| HSV(B) | 301.19º | 0.48% | 0.83% | - |
| XYZ | 44.47 | 30.02 | 64.42 | - |
| YUV | 152.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 210 | 0 | 0.48 | 0.01 | 0.17 | 301.19 | 0.54 | 0.63 |
| Hex | D4 | 6F | D2 | 0 | 30 | 1 | 11 | 12D | 36 | 3F |
| Octal | 324 | 157 | 322 | 0 | 60 | 1 | 21 | 455 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11010010 | 0 | 110000 | 1 | 10001 | 100101101 | 110110 | 111111 |
Color Harmonies of #D46FD2
Complementary color
Monochromatic Colors of #D46FD2
Black with #D46FD2
Text Example
Text Example
White with #D46FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FD2; }
p { color: rgb(212,111,210); }
H1.HeaderClassName
{
color: #D46FD2;
}
.AnyTagClassName
{
color: #D46FD2;
}
</style>
background-color css
<style>
a { background-color: #D46FD2; }
a { background-color: rgb(212,111,210); }
div.DivClassName
{
background-color: #D46FD2;
}
.BgClassName
{
background-color: #D46FD2;
}
</style>
border-color css
<style>
span { border-color: #D46FD2; }
span { border-color: rgb(212,111,210); }
td.TdClassName
{
border-color: #D46FD2;
}
.TagClassName
{
border-color: #D46FD2;
}
</style>