Shades of Orchid #D46EC8
Tints of Orchid #D46EC8
RGB
CMYK
RGB Variations
Color information
#D46EC8 (or 0xD46EC8) is known color: Orchid. HEX triplet: D4, 6E and C8. RGB value is (212,110,200). Sum of RGB (Red+Green+Blue) = 212+110+200=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EC8 is #2B9137. Grayscale: #969696. Windows color (decimal): -2855224 or 13135572. OLE color: 13135572.
HSL color Cylindrical-coordinate representation of color #D46EC8: hue angle of 307.06º 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 #D46EC8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 110 | 200 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.17 |
| HSL | 307.06º | 0.54% | 0.63% | - |
| HSV(B) | 307.06º | 0.48% | 0.83% | - |
| XYZ | 43.15 | 29.32 | 58.03 | - |
| YUV | 150.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 200 | 0 | 0.48 | 0.06 | 0.17 | 307.06 | 0.54 | 0.63 |
| Hex | D4 | 6E | C8 | 0 | 30 | 6 | 11 | 133 | 36 | 3F |
| Octal | 324 | 156 | 310 | 0 | 60 | 6 | 21 | 463 | 66 | 77 |
| Binary | 11010100 | 1101110 | 11001000 | 0 | 110000 | 110 | 10001 | 100110011 | 110110 | 111111 |
Color Harmonies of #D46EC8
Complementary color
Monochromatic Colors of #D46EC8
Black with #D46EC8
Text Example
Text Example
White with #D46EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EC8; }
p { color: rgb(212,110,200); }
H1.HeaderClassName
{
color: #D46EC8;
}
.AnyTagClassName
{
color: #D46EC8;
}
</style>
background-color css
<style>
a { background-color: #D46EC8; }
a { background-color: rgb(212,110,200); }
div.DivClassName
{
background-color: #D46EC8;
}
.BgClassName
{
background-color: #D46EC8;
}
</style>
border-color css
<style>
span { border-color: #D46EC8; }
span { border-color: rgb(212,110,200); }
td.TdClassName
{
border-color: #D46EC8;
}
.TagClassName
{
border-color: #D46EC8;
}
</style>