Shades of Orchid #D76DE3
Tints of Orchid #D76DE3
RGB
CMYK
RGB Variations
Color information
#D76DE3 (or 0xD76DE3) is known color: Orchid. HEX triplet: D7, 6D and E3. RGB value is (215,109,227). Sum of RGB (Red+Green+Blue) = 215+109+227=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #D76DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DE3 is #28921C. Grayscale: #999999. Windows color (decimal): -2658845 or 14904791. OLE color: 14904791.
HSL color Cylindrical-coordinate representation of color #D76DE3: hue angle of 293.9º 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 #D76DE3 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 109 | 227 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.11 |
| HSL | 293.9º | 0.68% | 0.66% | - |
| HSV(B) | 293.9º | 0.52% | 0.89% | - |
| XYZ | 47.36 | 30.93 | 76.15 | - |
| YUV | 154.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 227 | 0.05 | 0.52 | 0 | 0.11 | 293.9 | 0.68 | 0.66 |
| Hex | D7 | 6D | E3 | 5 | 34 | 0 | B | 126 | 44 | 42 |
| Octal | 327 | 155 | 343 | 5 | 64 | 0 | 13 | 446 | 104 | 102 |
| Binary | 11010111 | 1101101 | 11100011 | 101 | 110100 | 0 | 1011 | 100100110 | 1000100 | 1000010 |
Color Harmonies of #D76DE3
Complementary color
Monochromatic Colors of #D76DE3
Black with #D76DE3
Text Example
Text Example
White with #D76DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DE3; }
p { color: rgb(215,109,227); }
H1.HeaderClassName
{
color: #D76DE3;
}
.AnyTagClassName
{
color: #D76DE3;
}
</style>
background-color css
<style>
a { background-color: #D76DE3; }
a { background-color: rgb(215,109,227); }
div.DivClassName
{
background-color: #D76DE3;
}
.BgClassName
{
background-color: #D76DE3;
}
</style>
border-color css
<style>
span { border-color: #D76DE3; }
span { border-color: rgb(215,109,227); }
td.TdClassName
{
border-color: #D76DE3;
}
.TagClassName
{
border-color: #D76DE3;
}
</style>