Shades of Orchid #D77BDF
Tints of Orchid #D77BDF
RGB
CMYK
RGB Variations
Color information
#D77BDF (or 0xD77BDF) is known color: Orchid. HEX triplet: D7, 7B and DF. RGB value is (215,123,223). Sum of RGB (Red+Green+Blue) = 215+123+223=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D77BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BDF is #288420. Grayscale: #A1A1A1. Windows color (decimal): -2655265 or 14646231. OLE color: 14646231.
HSL color Cylindrical-coordinate representation of color #D77BDF: hue angle of 295.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77BDF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 123 | 223 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 295.2º | 0.61% | 0.68% | - |
| HSV(B) | 295.2º | 0.45% | 0.87% | - |
| XYZ | 48.43 | 33.94 | 73.81 | - |
| YUV | 161.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 223 | 0.04 | 0.45 | 0 | 0.13 | 295.2 | 0.61 | 0.68 |
| Hex | D7 | 7B | DF | 4 | 2D | 0 | D | 127 | 3D | 44 |
| Octal | 327 | 173 | 337 | 4 | 55 | 0 | 15 | 447 | 75 | 104 |
| Binary | 11010111 | 1111011 | 11011111 | 100 | 101101 | 0 | 1101 | 100100111 | 111101 | 1000100 |
Color Harmonies of #D77BDF
Complementary color
Monochromatic Colors of #D77BDF
Black with #D77BDF
Text Example
Text Example
White with #D77BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BDF; }
p { color: rgb(215,123,223); }
H1.HeaderClassName
{
color: #D77BDF;
}
.AnyTagClassName
{
color: #D77BDF;
}
</style>
background-color css
<style>
a { background-color: #D77BDF; }
a { background-color: rgb(215,123,223); }
div.DivClassName
{
background-color: #D77BDF;
}
.BgClassName
{
background-color: #D77BDF;
}
</style>
border-color css
<style>
span { border-color: #D77BDF; }
span { border-color: rgb(215,123,223); }
td.TdClassName
{
border-color: #D77BDF;
}
.TagClassName
{
border-color: #D77BDF;
}
</style>