Shades of Orchid #D76ECB
Tints of Orchid #D76ECB
RGB
CMYK
RGB Variations
Color information
#D76ECB (or 0xD76ECB) is known color: Orchid. HEX triplet: D7, 6E and CB. RGB value is (215,110,203). Sum of RGB (Red+Green+Blue) = 215+110+203=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ECB is #289134. Grayscale: #979797. Windows color (decimal): -2658613 or 13332183. OLE color: 13332183.
HSL color Cylindrical-coordinate representation of color #D76ECB: hue angle of 306.86º 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 #D76ECB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 203 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.16 |
| HSL | 306.86º | 0.57% | 0.64% | - |
| HSV(B) | 306.86º | 0.49% | 0.84% | - |
| XYZ | 44.38 | 29.91 | 59.93 | - |
| YUV | 152 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 203 | 0 | 0.49 | 0.06 | 0.16 | 306.86 | 0.57 | 0.64 |
| Hex | D7 | 6E | CB | 0 | 31 | 6 | 10 | 133 | 39 | 40 |
| Octal | 327 | 156 | 313 | 0 | 61 | 6 | 20 | 463 | 71 | 100 |
| Binary | 11010111 | 1101110 | 11001011 | 0 | 110001 | 110 | 10000 | 100110011 | 111001 | 1000000 |
Color Harmonies of #D76ECB
Complementary color
Monochromatic Colors of #D76ECB
Black with #D76ECB
Text Example
Text Example
White with #D76ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ECB; }
p { color: rgb(215,110,203); }
H1.HeaderClassName
{
color: #D76ECB;
}
.AnyTagClassName
{
color: #D76ECB;
}
</style>
background-color css
<style>
a { background-color: #D76ECB; }
a { background-color: rgb(215,110,203); }
div.DivClassName
{
background-color: #D76ECB;
}
.BgClassName
{
background-color: #D76ECB;
}
</style>
border-color css
<style>
span { border-color: #D76ECB; }
span { border-color: rgb(215,110,203); }
td.TdClassName
{
border-color: #D76ECB;
}
.TagClassName
{
border-color: #D76ECB;
}
</style>