Shades of Orchid #D46EE3
Tints of Orchid #D46EE3
RGB
CMYK
RGB Variations
Color information
#D46EE3 (or 0xD46EE3) is known color: Orchid. HEX triplet: D4, 6E and E3. RGB value is (212,110,227). Sum of RGB (Red+Green+Blue) = 212+110+227=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #D46EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EE3 is #2B911C. Grayscale: #999999. Windows color (decimal): -2855197 or 14905044. OLE color: 14905044.
HSL color Cylindrical-coordinate representation of color #D46EE3: hue angle of 292.31º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46EE3 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 110 | 227 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.11 |
| HSL | 292.31º | 0.68% | 0.66% | - |
| HSV(B) | 292.31º | 0.52% | 0.89% | - |
| XYZ | 46.59 | 30.69 | 76.14 | - |
| YUV | 153.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 227 | 0.07 | 0.52 | 0 | 0.11 | 292.31 | 0.68 | 0.66 |
| Hex | D4 | 6E | E3 | 7 | 34 | 0 | B | 124 | 44 | 42 |
| Octal | 324 | 156 | 343 | 7 | 64 | 0 | 13 | 444 | 104 | 102 |
| Binary | 11010100 | 1101110 | 11100011 | 111 | 110100 | 0 | 1011 | 100100100 | 1000100 | 1000010 |
Color Harmonies of #D46EE3
Complementary color
Monochromatic Colors of #D46EE3
Black with #D46EE3
Text Example
Text Example
White with #D46EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EE3; }
p { color: rgb(212,110,227); }
H1.HeaderClassName
{
color: #D46EE3;
}
.AnyTagClassName
{
color: #D46EE3;
}
</style>
background-color css
<style>
a { background-color: #D46EE3; }
a { background-color: rgb(212,110,227); }
div.DivClassName
{
background-color: #D46EE3;
}
.BgClassName
{
background-color: #D46EE3;
}
</style>
border-color css
<style>
span { border-color: #D46EE3; }
span { border-color: rgb(212,110,227); }
td.TdClassName
{
border-color: #D46EE3;
}
.TagClassName
{
border-color: #D46EE3;
}
</style>