Shades of Orchid #D77DCB
Tints of Orchid #D77DCB
RGB
CMYK
RGB Variations
Color information
#D77DCB (or 0xD77DCB) is known color: Orchid. HEX triplet: D7, 7D and CB. RGB value is (215,125,203). Sum of RGB (Red+Green+Blue) = 215+125+203=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DCB is #288234. Grayscale: #A0A0A0. Windows color (decimal): -2654773 or 13336023. OLE color: 13336023.
HSL color Cylindrical-coordinate representation of color #D77DCB: hue angle of 308º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DCB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 203 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 308º | 0.53% | 0.67% | - |
| HSV(B) | 308º | 0.42% | 0.84% | - |
| XYZ | 46.14 | 33.43 | 60.52 | - |
| YUV | 160.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 203 | 0 | 0.42 | 0.06 | 0.16 | 308 | 0.53 | 0.67 |
| Hex | D7 | 7D | CB | 0 | 2A | 6 | 10 | 134 | 35 | 43 |
| Octal | 327 | 175 | 313 | 0 | 52 | 6 | 20 | 464 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11001011 | 0 | 101010 | 110 | 10000 | 100110100 | 110101 | 1000011 |
Color Harmonies of #D77DCB
Complementary color
Monochromatic Colors of #D77DCB
Black with #D77DCB
Text Example
Text Example
White with #D77DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DCB; }
p { color: rgb(215,125,203); }
H1.HeaderClassName
{
color: #D77DCB;
}
.AnyTagClassName
{
color: #D77DCB;
}
</style>
background-color css
<style>
a { background-color: #D77DCB; }
a { background-color: rgb(215,125,203); }
div.DivClassName
{
background-color: #D77DCB;
}
.BgClassName
{
background-color: #D77DCB;
}
</style>
border-color css
<style>
span { border-color: #D77DCB; }
span { border-color: rgb(215,125,203); }
td.TdClassName
{
border-color: #D77DCB;
}
.TagClassName
{
border-color: #D77DCB;
}
</style>