Shades of Orchid #D46BE1
Tints of Orchid #D46BE1
RGB
CMYK
RGB Variations
Color information
#D46BE1 (or 0xD46BE1) is known color: Orchid. HEX triplet: D4, 6B and E1. RGB value is (212,107,225). Sum of RGB (Red+Green+Blue) = 212+107+225=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #D46BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BE1 is #2B941E. Grayscale: #979797. Windows color (decimal): -2855967 or 14773204. OLE color: 14773204.
HSL color Cylindrical-coordinate representation of color #D46BE1: hue angle of 293.39º degrees, saturation: 0.66, 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 #D46BE1 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 107 | 225 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.12 |
| HSL | 293.39º | 0.66% | 0.65% | - |
| HSV(B) | 293.39º | 0.52% | 0.88% | - |
| XYZ | 46 | 29.95 | 74.59 | - |
| YUV | 151.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 225 | 0.06 | 0.52 | 0 | 0.12 | 293.39 | 0.66 | 0.65 |
| Hex | D4 | 6B | E1 | 6 | 34 | 0 | C | 125 | 42 | 41 |
| Octal | 324 | 153 | 341 | 6 | 64 | 0 | 14 | 445 | 102 | 101 |
| Binary | 11010100 | 1101011 | 11100001 | 110 | 110100 | 0 | 1100 | 100100101 | 1000010 | 1000001 |
Color Harmonies of #D46BE1
Complementary color
Monochromatic Colors of #D46BE1
Black with #D46BE1
Text Example
Text Example
White with #D46BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BE1; }
p { color: rgb(212,107,225); }
H1.HeaderClassName
{
color: #D46BE1;
}
.AnyTagClassName
{
color: #D46BE1;
}
</style>
background-color css
<style>
a { background-color: #D46BE1; }
a { background-color: rgb(212,107,225); }
div.DivClassName
{
background-color: #D46BE1;
}
.BgClassName
{
background-color: #D46BE1;
}
</style>
border-color css
<style>
span { border-color: #D46BE1; }
span { border-color: rgb(212,107,225); }
td.TdClassName
{
border-color: #D46BE1;
}
.TagClassName
{
border-color: #D46BE1;
}
</style>