Shades of Orchid #D76EC3
Tints of Orchid #D76EC3
RGB
CMYK
RGB Variations
Color information
#D76EC3 (or 0xD76EC3) is known color: Orchid. HEX triplet: D7, 6E and C3. RGB value is (215,110,195). Sum of RGB (Red+Green+Blue) = 215+110+195=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EC3 is #28913C. Grayscale: #969696. Windows color (decimal): -2658621 or 12807895. OLE color: 12807895.
HSL color Cylindrical-coordinate representation of color #D76EC3: hue angle of 311.43º 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 #D76EC3 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 195 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.16 |
| HSL | 311.43º | 0.57% | 0.64% | - |
| HSV(B) | 311.43º | 0.49% | 0.84% | - |
| XYZ | 43.45 | 29.54 | 55.04 | - |
| YUV | 151.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 195 | 0 | 0.49 | 0.09 | 0.16 | 311.43 | 0.57 | 0.64 |
| Hex | D7 | 6E | C3 | 0 | 31 | 9 | 10 | 137 | 39 | 40 |
| Octal | 327 | 156 | 303 | 0 | 61 | 11 | 20 | 467 | 71 | 100 |
| Binary | 11010111 | 1101110 | 11000011 | 0 | 110001 | 1001 | 10000 | 100110111 | 111001 | 1000000 |
Color Harmonies of #D76EC3
Complementary color
Monochromatic Colors of #D76EC3
Black with #D76EC3
Text Example
Text Example
White with #D76EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EC3; }
p { color: rgb(215,110,195); }
H1.HeaderClassName
{
color: #D76EC3;
}
.AnyTagClassName
{
color: #D76EC3;
}
</style>
background-color css
<style>
a { background-color: #D76EC3; }
a { background-color: rgb(215,110,195); }
div.DivClassName
{
background-color: #D76EC3;
}
.BgClassName
{
background-color: #D76EC3;
}
</style>
border-color css
<style>
span { border-color: #D76EC3; }
span { border-color: rgb(215,110,195); }
td.TdClassName
{
border-color: #D76EC3;
}
.TagClassName
{
border-color: #D76EC3;
}
</style>