Shades of Orchid #D77ECB
Tints of Orchid #D77ECB
RGB
CMYK
RGB Variations
Color information
#D77ECB (or 0xD77ECB) is known color: Orchid. HEX triplet: D7, 7E and CB. RGB value is (215,126,203). Sum of RGB (Red+Green+Blue) = 215+126+203=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECB is #288134. Grayscale: #A1A1A1. Windows color (decimal): -2654517 or 13336279. OLE color: 13336279.
HSL color Cylindrical-coordinate representation of color #D77ECB: hue angle of 308.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77ECB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 203 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.16 |
| HSL | 308.09º | 0.53% | 0.67% | - |
| HSV(B) | 308.09º | 0.41% | 0.84% | - |
| XYZ | 46.26 | 33.68 | 60.56 | - |
| YUV | 161.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 203 | 0 | 0.41 | 0.06 | 0.16 | 308.09 | 0.53 | 0.67 |
| Hex | D7 | 7E | CB | 0 | 29 | 6 | 10 | 134 | 35 | 43 |
| Octal | 327 | 176 | 313 | 0 | 51 | 6 | 20 | 464 | 65 | 103 |
| Binary | 11010111 | 1111110 | 11001011 | 0 | 101001 | 110 | 10000 | 100110100 | 110101 | 1000011 |
Color Harmonies of #D77ECB
Complementary color
Monochromatic Colors of #D77ECB
Black with #D77ECB
Text Example
Text Example
White with #D77ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ECB; }
p { color: rgb(215,126,203); }
H1.HeaderClassName
{
color: #D77ECB;
}
.AnyTagClassName
{
color: #D77ECB;
}
</style>
background-color css
<style>
a { background-color: #D77ECB; }
a { background-color: rgb(215,126,203); }
div.DivClassName
{
background-color: #D77ECB;
}
.BgClassName
{
background-color: #D77ECB;
}
</style>
border-color css
<style>
span { border-color: #D77ECB; }
span { border-color: rgb(215,126,203); }
td.TdClassName
{
border-color: #D77ECB;
}
.TagClassName
{
border-color: #D77ECB;
}
</style>