Shades of Orchid #D77BDE
Tints of Orchid #D77BDE
RGB
CMYK
RGB Variations
Color information
#D77BDE (or 0xD77BDE) is known color: Orchid. HEX triplet: D7, 7B and DE. RGB value is (215,123,222). Sum of RGB (Red+Green+Blue) = 215+123+222=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #D77BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BDE is #288421. Grayscale: #A1A1A1. Windows color (decimal): -2655266 or 14580695. OLE color: 14580695.
HSL color Cylindrical-coordinate representation of color #D77BDE: hue angle of 295.76º degrees, saturation: 0.6, 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 #D77BDE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 123 | 222 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 295.76º | 0.6% | 0.68% | - |
| HSV(B) | 295.76º | 0.45% | 0.87% | - |
| XYZ | 48.29 | 33.89 | 73.1 | - |
| YUV | 161.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 222 | 0.03 | 0.45 | 0 | 0.13 | 295.76 | 0.6 | 0.68 |
| Hex | D7 | 7B | DE | 3 | 2D | 0 | D | 128 | 3C | 44 |
| Octal | 327 | 173 | 336 | 3 | 55 | 0 | 15 | 450 | 74 | 104 |
| Binary | 11010111 | 1111011 | 11011110 | 11 | 101101 | 0 | 1101 | 100101000 | 111100 | 1000100 |
Color Harmonies of #D77BDE
Complementary color
Monochromatic Colors of #D77BDE
Black with #D77BDE
Text Example
Text Example
White with #D77BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BDE; }
p { color: rgb(215,123,222); }
H1.HeaderClassName
{
color: #D77BDE;
}
.AnyTagClassName
{
color: #D77BDE;
}
</style>
background-color css
<style>
a { background-color: #D77BDE; }
a { background-color: rgb(215,123,222); }
div.DivClassName
{
background-color: #D77BDE;
}
.BgClassName
{
background-color: #D77BDE;
}
</style>
border-color css
<style>
span { border-color: #D77BDE; }
span { border-color: rgb(215,123,222); }
td.TdClassName
{
border-color: #D77BDE;
}
.TagClassName
{
border-color: #D77BDE;
}
</style>