Shades of Orchid #D46DE3
Tints of Orchid #D46DE3
RGB
CMYK
RGB Variations
Color information
#D46DE3 (or 0xD46DE3) is known color: Orchid. HEX triplet: D4, 6D and E3. RGB value is (212,109,227). Sum of RGB (Red+Green+Blue) = 212+109+227=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #D46DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DE3 is #2B921C. Grayscale: #989898. Windows color (decimal): -2855453 or 14904788. OLE color: 14904788.
HSL color Cylindrical-coordinate representation of color #D46DE3: hue angle of 292.37º 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 #D46DE3 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 109 | 227 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.11 |
| HSL | 292.37º | 0.68% | 0.66% | - |
| HSV(B) | 292.37º | 0.52% | 0.89% | - |
| XYZ | 46.49 | 30.48 | 76.11 | - |
| YUV | 153.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 227 | 0.07 | 0.52 | 0 | 0.11 | 292.37 | 0.68 | 0.66 |
| Hex | D4 | 6D | E3 | 7 | 34 | 0 | B | 124 | 44 | 42 |
| Octal | 324 | 155 | 343 | 7 | 64 | 0 | 13 | 444 | 104 | 102 |
| Binary | 11010100 | 1101101 | 11100011 | 111 | 110100 | 0 | 1011 | 100100100 | 1000100 | 1000010 |
Color Harmonies of #D46DE3
Complementary color
Monochromatic Colors of #D46DE3
Black with #D46DE3
Text Example
Text Example
White with #D46DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46DE3; }
p { color: rgb(212,109,227); }
H1.HeaderClassName
{
color: #D46DE3;
}
.AnyTagClassName
{
color: #D46DE3;
}
</style>
background-color css
<style>
a { background-color: #D46DE3; }
a { background-color: rgb(212,109,227); }
div.DivClassName
{
background-color: #D46DE3;
}
.BgClassName
{
background-color: #D46DE3;
}
</style>
border-color css
<style>
span { border-color: #D46DE3; }
span { border-color: rgb(212,109,227); }
td.TdClassName
{
border-color: #D46DE3;
}
.TagClassName
{
border-color: #D46DE3;
}
</style>