Shades of Orchid #D76ECC
Tints of Orchid #D76ECC
RGB
CMYK
RGB Variations
Color information
#D76ECC (or 0xD76ECC) is known color: Orchid. HEX triplet: D7, 6E and CC. RGB value is (215,110,204). Sum of RGB (Red+Green+Blue) = 215+110+204=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ECC is #289133. Grayscale: #979797. Windows color (decimal): -2658612 or 13397719. OLE color: 13397719.
HSL color Cylindrical-coordinate representation of color #D76ECC: hue angle of 306.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76ECC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 204 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.16 |
| HSL | 306.29º | 0.57% | 0.64% | - |
| HSV(B) | 306.29º | 0.49% | 0.84% | - |
| XYZ | 44.5 | 29.96 | 60.56 | - |
| YUV | 152.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 204 | 0 | 0.49 | 0.05 | 0.16 | 306.29 | 0.57 | 0.64 |
| Hex | D7 | 6E | CC | 0 | 31 | 5 | 10 | 132 | 39 | 40 |
| Octal | 327 | 156 | 314 | 0 | 61 | 5 | 20 | 462 | 71 | 100 |
| Binary | 11010111 | 1101110 | 11001100 | 0 | 110001 | 101 | 10000 | 100110010 | 111001 | 1000000 |
Color Harmonies of #D76ECC
Complementary color
Monochromatic Colors of #D76ECC
Black with #D76ECC
Text Example
Text Example
White with #D76ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ECC; }
p { color: rgb(215,110,204); }
H1.HeaderClassName
{
color: #D76ECC;
}
.AnyTagClassName
{
color: #D76ECC;
}
</style>
background-color css
<style>
a { background-color: #D76ECC; }
a { background-color: rgb(215,110,204); }
div.DivClassName
{
background-color: #D76ECC;
}
.BgClassName
{
background-color: #D76ECC;
}
</style>
border-color css
<style>
span { border-color: #D76ECC; }
span { border-color: rgb(215,110,204); }
td.TdClassName
{
border-color: #D76ECC;
}
.TagClassName
{
border-color: #D76ECC;
}
</style>