Shades of Orchid #D77BBE
Tints of Orchid #D77BBE
RGB
CMYK
RGB Variations
Color information
#D77BBE (or 0xD77BBE) is known color: Orchid. HEX triplet: D7, 7B and BE. RGB value is (215,123,190). Sum of RGB (Red+Green+Blue) = 215+123+190=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBE is #288441. Grayscale: #9D9D9D. Windows color (decimal): -2655298 or 12483543. OLE color: 12483543.
HSL color Cylindrical-coordinate representation of color #D77BBE: hue angle of 316.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BBE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 190 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.16 |
| HSL | 316.3º | 0.53% | 0.66% | - |
| HSV(B) | 316.3º | 0.43% | 0.84% | - |
| XYZ | 44.4 | 32.33 | 52.62 | - |
| YUV | 158.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 190 | 0 | 0.43 | 0.12 | 0.16 | 316.3 | 0.53 | 0.66 |
| Hex | D7 | 7B | BE | 0 | 2B | C | 10 | 13C | 35 | 42 |
| Octal | 327 | 173 | 276 | 0 | 53 | 14 | 20 | 474 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10111110 | 0 | 101011 | 1100 | 10000 | 100111100 | 110101 | 1000010 |
Color Harmonies of #D77BBE
Complementary color
Monochromatic Colors of #D77BBE
Black with #D77BBE
Text Example
Text Example
White with #D77BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BBE; }
p { color: rgb(215,123,190); }
H1.HeaderClassName
{
color: #D77BBE;
}
.AnyTagClassName
{
color: #D77BBE;
}
</style>
background-color css
<style>
a { background-color: #D77BBE; }
a { background-color: rgb(215,123,190); }
div.DivClassName
{
background-color: #D77BBE;
}
.BgClassName
{
background-color: #D77BBE;
}
</style>
border-color css
<style>
span { border-color: #D77BBE; }
span { border-color: rgb(215,123,190); }
td.TdClassName
{
border-color: #D77BBE;
}
.TagClassName
{
border-color: #D77BBE;
}
</style>