Shades of Orchid #D46CE0
Tints of Orchid #D46CE0
RGB
CMYK
RGB Variations
Color information
#D46CE0 (or 0xD46CE0) is known color: Orchid. HEX triplet: D4, 6C and E0. RGB value is (212,108,224). Sum of RGB (Red+Green+Blue) = 212+108+224=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #D46CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CE0 is #2B931F. Grayscale: #979797. Windows color (decimal): -2855712 or 14707924. OLE color: 14707924.
HSL color Cylindrical-coordinate representation of color #D46CE0: hue angle of 293.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46CE0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 108 | 224 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.12 |
| HSL | 293.79º | 0.65% | 0.65% | - |
| HSV(B) | 293.79º | 0.52% | 0.88% | - |
| XYZ | 45.97 | 30.1 | 73.91 | - |
| YUV | 152.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 224 | 0.05 | 0.52 | 0 | 0.12 | 293.79 | 0.65 | 0.65 |
| Hex | D4 | 6C | E0 | 5 | 34 | 0 | C | 126 | 41 | 41 |
| Octal | 324 | 154 | 340 | 5 | 64 | 0 | 14 | 446 | 101 | 101 |
| Binary | 11010100 | 1101100 | 11100000 | 101 | 110100 | 0 | 1100 | 100100110 | 1000001 | 1000001 |
Color Harmonies of #D46CE0
Complementary color
Monochromatic Colors of #D46CE0
Black with #D46CE0
Text Example
Text Example
White with #D46CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CE0; }
p { color: rgb(212,108,224); }
H1.HeaderClassName
{
color: #D46CE0;
}
.AnyTagClassName
{
color: #D46CE0;
}
</style>
background-color css
<style>
a { background-color: #D46CE0; }
a { background-color: rgb(212,108,224); }
div.DivClassName
{
background-color: #D46CE0;
}
.BgClassName
{
background-color: #D46CE0;
}
</style>
border-color css
<style>
span { border-color: #D46CE0; }
span { border-color: rgb(212,108,224); }
td.TdClassName
{
border-color: #D46CE0;
}
.TagClassName
{
border-color: #D46CE0;
}
</style>