Shades of Orchid #D47BE6
Tints of Orchid #D47BE6
RGB
CMYK
RGB Variations
Color information
#D47BE6 (or 0xD47BE6) is known color: Orchid. HEX triplet: D4, 7B and E6. RGB value is (212,123,230). Sum of RGB (Red+Green+Blue) = 212+123+230=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #D47BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47BE6 is #2B8419. Grayscale: #A1A1A1. Windows color (decimal): -2851866 or 15104980. OLE color: 15104980.
HSL color Cylindrical-coordinate representation of color #D47BE6: hue angle of 289.91º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47BE6 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 123 | 230 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.10 |
| HSL | 289.91º | 0.68% | 0.69% | - |
| HSV(B) | 289.91º | 0.47% | 0.9% | - |
| XYZ | 48.52 | 33.88 | 78.84 | - |
| YUV | 161.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 230 | 0.08 | 0.47 | 0 | 0.10 | 289.91 | 0.68 | 0.69 |
| Hex | D4 | 7B | E6 | 8 | 2F | 0 | A | 122 | 44 | 45 |
| Octal | 324 | 173 | 346 | 10 | 57 | 0 | 12 | 442 | 104 | 105 |
| Binary | 11010100 | 1111011 | 11100110 | 1000 | 101111 | 0 | 1010 | 100100010 | 1000100 | 1000101 |
Color Harmonies of #D47BE6
Complementary color
Monochromatic Colors of #D47BE6
Black with #D47BE6
Text Example
Text Example
White with #D47BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BE6; }
p { color: rgb(212,123,230); }
H1.HeaderClassName
{
color: #D47BE6;
}
.AnyTagClassName
{
color: #D47BE6;
}
</style>
background-color css
<style>
a { background-color: #D47BE6; }
a { background-color: rgb(212,123,230); }
div.DivClassName
{
background-color: #D47BE6;
}
.BgClassName
{
background-color: #D47BE6;
}
</style>
border-color css
<style>
span { border-color: #D47BE6; }
span { border-color: rgb(212,123,230); }
td.TdClassName
{
border-color: #D47BE6;
}
.TagClassName
{
border-color: #D47BE6;
}
</style>