Shades of Orchid #D46EE4
Tints of Orchid #D46EE4
RGB
CMYK
RGB Variations
Color information
#D46EE4 (or 0xD46EE4) is known color: Orchid. HEX triplet: D4, 6E and E4. RGB value is (212,110,228). Sum of RGB (Red+Green+Blue) = 212+110+228=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #D46EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EE4 is #2B911B. Grayscale: #999999. Windows color (decimal): -2855196 or 14970580. OLE color: 14970580.
HSL color Cylindrical-coordinate representation of color #D46EE4: hue angle of 291.86º degrees, saturation: 0.69, 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 #D46EE4 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 110 | 228 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.11 |
| HSL | 291.86º | 0.69% | 0.66% | - |
| HSV(B) | 291.86º | 0.52% | 0.89% | - |
| XYZ | 46.73 | 30.75 | 76.87 | - |
| YUV | 153.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 110 | 228 | 0.07 | 0.52 | 0 | 0.11 | 291.86 | 0.69 | 0.66 |
| Hex | D4 | 6E | E4 | 7 | 34 | 0 | B | 124 | 45 | 42 |
| Octal | 324 | 156 | 344 | 7 | 64 | 0 | 13 | 444 | 105 | 102 |
| Binary | 11010100 | 1101110 | 11100100 | 111 | 110100 | 0 | 1011 | 100100100 | 1000101 | 1000010 |
Color Harmonies of #D46EE4
Complementary color
Monochromatic Colors of #D46EE4
Black with #D46EE4
Text Example
Text Example
White with #D46EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46EE4; }
p { color: rgb(212,110,228); }
H1.HeaderClassName
{
color: #D46EE4;
}
.AnyTagClassName
{
color: #D46EE4;
}
</style>
background-color css
<style>
a { background-color: #D46EE4; }
a { background-color: rgb(212,110,228); }
div.DivClassName
{
background-color: #D46EE4;
}
.BgClassName
{
background-color: #D46EE4;
}
</style>
border-color css
<style>
span { border-color: #D46EE4; }
span { border-color: rgb(212,110,228); }
td.TdClassName
{
border-color: #D46EE4;
}
.TagClassName
{
border-color: #D46EE4;
}
</style>