Shades of Orchid #D77BDD
Tints of Orchid #D77BDD
RGB
CMYK
RGB Variations
Color information
#D77BDD (or 0xD77BDD) is known color: Orchid. HEX triplet: D7, 7B and DD. RGB value is (215,123,221). Sum of RGB (Red+Green+Blue) = 215+123+221=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D77BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BDD is #288422. Grayscale: #A1A1A1. Windows color (decimal): -2655267 or 14515159. OLE color: 14515159.
HSL color Cylindrical-coordinate representation of color #D77BDD: hue angle of 296.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77BDD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 123 | 221 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.13 |
| HSL | 296.33º | 0.59% | 0.67% | - |
| HSV(B) | 296.33º | 0.44% | 0.87% | - |
| XYZ | 48.16 | 33.83 | 72.4 | - |
| YUV | 161.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 221 | 0.03 | 0.44 | 0 | 0.13 | 296.33 | 0.59 | 0.67 |
| Hex | D7 | 7B | DD | 3 | 2C | 0 | D | 128 | 3B | 43 |
| Octal | 327 | 173 | 335 | 3 | 54 | 0 | 15 | 450 | 73 | 103 |
| Binary | 11010111 | 1111011 | 11011101 | 11 | 101100 | 0 | 1101 | 100101000 | 111011 | 1000011 |
Color Harmonies of #D77BDD
Complementary color
Monochromatic Colors of #D77BDD
Black with #D77BDD
Text Example
Text Example
White with #D77BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BDD; }
p { color: rgb(215,123,221); }
H1.HeaderClassName
{
color: #D77BDD;
}
.AnyTagClassName
{
color: #D77BDD;
}
</style>
background-color css
<style>
a { background-color: #D77BDD; }
a { background-color: rgb(215,123,221); }
div.DivClassName
{
background-color: #D77BDD;
}
.BgClassName
{
background-color: #D77BDD;
}
</style>
border-color css
<style>
span { border-color: #D77BDD; }
span { border-color: rgb(215,123,221); }
td.TdClassName
{
border-color: #D77BDD;
}
.TagClassName
{
border-color: #D77BDD;
}
</style>