Shades of Orchid #D46FD4
Tints of Orchid #D46FD4
RGB
CMYK
RGB Variations
Color information
#D46FD4 (or 0xD46FD4) is known color: Orchid. HEX triplet: D4, 6F and D4. RGB value is (212,111,212). Sum of RGB (Red+Green+Blue) = 212+111+212=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D46FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD4 is #2B902B. Grayscale: #989898. Windows color (decimal): -2854956 or 13922260. OLE color: 13922260.
HSL color Cylindrical-coordinate representation of color #D46FD4: hue angle of 300º 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 #D46FD4 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 212 | - |
| CMYK | 0 | 0.48 | 0 | 0.17 |
| HSL | 300º | 0.54% | 0.63% | - |
| HSV(B) | 300º | 0.48% | 0.83% | - |
| XYZ | 44.72 | 30.12 | 65.74 | - |
| YUV | 152.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 212 | 0 | 0.48 | 0 | 0.17 | 300 | 0.54 | 0.63 |
| Hex | D4 | 6F | D4 | 0 | 30 | 0 | 11 | 12C | 36 | 3F |
| Octal | 324 | 157 | 324 | 0 | 60 | 0 | 21 | 454 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11010100 | 0 | 110000 | 0 | 10001 | 100101100 | 110110 | 111111 |
Color Harmonies of #D46FD4
Complementary color
Monochromatic Colors of #D46FD4
Black with #D46FD4
Text Example
Text Example
White with #D46FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FD4; }
p { color: rgb(212,111,212); }
H1.HeaderClassName
{
color: #D46FD4;
}
.AnyTagClassName
{
color: #D46FD4;
}
</style>
background-color css
<style>
a { background-color: #D46FD4; }
a { background-color: rgb(212,111,212); }
div.DivClassName
{
background-color: #D46FD4;
}
.BgClassName
{
background-color: #D46FD4;
}
</style>
border-color css
<style>
span { border-color: #D46FD4; }
span { border-color: rgb(212,111,212); }
td.TdClassName
{
border-color: #D46FD4;
}
.TagClassName
{
border-color: #D46FD4;
}
</style>