Shades of Orchid #D76EDF
Tints of Orchid #D76EDF
RGB
CMYK
RGB Variations
Color information
#D76EDF (or 0xD76EDF) is known color: Orchid. HEX triplet: D7, 6E and DF. RGB value is (215,110,223). Sum of RGB (Red+Green+Blue) = 215+110+223=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D76EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EDF is #289120. Grayscale: #999999. Windows color (decimal): -2658593 or 14642903. OLE color: 14642903.
HSL color Cylindrical-coordinate representation of color #D76EDF: hue angle of 295.75º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76EDF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 110 | 223 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.13 |
| HSL | 295.75º | 0.64% | 0.65% | - |
| HSV(B) | 295.75º | 0.51% | 0.87% | - |
| XYZ | 46.92 | 30.93 | 73.31 | - |
| YUV | 154.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 223 | 0.04 | 0.51 | 0 | 0.13 | 295.75 | 0.64 | 0.65 |
| Hex | D7 | 6E | DF | 4 | 33 | 0 | D | 128 | 40 | 41 |
| Octal | 327 | 156 | 337 | 4 | 63 | 0 | 15 | 450 | 100 | 101 |
| Binary | 11010111 | 1101110 | 11011111 | 100 | 110011 | 0 | 1101 | 100101000 | 1000000 | 1000001 |
Color Harmonies of #D76EDF
Complementary color
Monochromatic Colors of #D76EDF
Black with #D76EDF
Text Example
Text Example
White with #D76EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EDF; }
p { color: rgb(215,110,223); }
H1.HeaderClassName
{
color: #D76EDF;
}
.AnyTagClassName
{
color: #D76EDF;
}
</style>
background-color css
<style>
a { background-color: #D76EDF; }
a { background-color: rgb(215,110,223); }
div.DivClassName
{
background-color: #D76EDF;
}
.BgClassName
{
background-color: #D76EDF;
}
</style>
border-color css
<style>
span { border-color: #D76EDF; }
span { border-color: rgb(215,110,223); }
td.TdClassName
{
border-color: #D76EDF;
}
.TagClassName
{
border-color: #D76EDF;
}
</style>