Shades of Orchid #D46BE7
Tints of Orchid #D46BE7
RGB
CMYK
RGB Variations
Color information
#D46BE7 (or 0xD46BE7) is known color: Orchid. HEX triplet: D4, 6B and E7. RGB value is (212,107,231). Sum of RGB (Red+Green+Blue) = 212+107+231=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #D46BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BE7 is #2B9418. Grayscale: #989898. Windows color (decimal): -2855961 or 15166420. OLE color: 15166420.
HSL color Cylindrical-coordinate representation of color #D46BE7: hue angle of 290.81º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46BE7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 107 | 231 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.09 |
| HSL | 290.81º | 0.72% | 0.66% | - |
| HSV(B) | 290.81º | 0.54% | 0.91% | - |
| XYZ | 46.83 | 30.28 | 78.98 | - |
| YUV | 152.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 231 | 0.08 | 0.54 | 0 | 0.09 | 290.81 | 0.72 | 0.66 |
| Hex | D4 | 6B | E7 | 8 | 36 | 0 | 9 | 123 | 48 | 42 |
| Octal | 324 | 153 | 347 | 10 | 66 | 0 | 11 | 443 | 110 | 102 |
| Binary | 11010100 | 1101011 | 11100111 | 1000 | 110110 | 0 | 1001 | 100100011 | 1001000 | 1000010 |
Color Harmonies of #D46BE7
Complementary color
Monochromatic Colors of #D46BE7
Black with #D46BE7
Text Example
Text Example
White with #D46BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BE7; }
p { color: rgb(212,107,231); }
H1.HeaderClassName
{
color: #D46BE7;
}
.AnyTagClassName
{
color: #D46BE7;
}
</style>
background-color css
<style>
a { background-color: #D46BE7; }
a { background-color: rgb(212,107,231); }
div.DivClassName
{
background-color: #D46BE7;
}
.BgClassName
{
background-color: #D46BE7;
}
</style>
border-color css
<style>
span { border-color: #D46BE7; }
span { border-color: rgb(212,107,231); }
td.TdClassName
{
border-color: #D46BE7;
}
.TagClassName
{
border-color: #D46BE7;
}
</style>