Shades of Orchid #D77BCF
Tints of Orchid #D77BCF
RGB
CMYK
RGB Variations
Color information
#D77BCF (or 0xD77BCF) is known color: Orchid. HEX triplet: D7, 7B and CF. RGB value is (215,123,207). Sum of RGB (Red+Green+Blue) = 215+123+207=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BCF is #288430. Grayscale: #9F9F9F. Windows color (decimal): -2655281 or 13597655. OLE color: 13597655.
HSL color Cylindrical-coordinate representation of color #D77BCF: hue angle of 305.22º 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 #D77BCF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 207 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.16 |
| HSL | 305.22º | 0.53% | 0.66% | - |
| HSV(B) | 305.22º | 0.43% | 0.84% | - |
| XYZ | 46.37 | 33.12 | 62.98 | - |
| YUV | 160.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 207 | 0 | 0.43 | 0.04 | 0.16 | 305.22 | 0.53 | 0.66 |
| Hex | D7 | 7B | CF | 0 | 2B | 4 | 10 | 131 | 35 | 42 |
| Octal | 327 | 173 | 317 | 0 | 53 | 4 | 20 | 461 | 65 | 102 |
| Binary | 11010111 | 1111011 | 11001111 | 0 | 101011 | 100 | 10000 | 100110001 | 110101 | 1000010 |
Color Harmonies of #D77BCF
Complementary color
Monochromatic Colors of #D77BCF
Black with #D77BCF
Text Example
Text Example
White with #D77BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BCF; }
p { color: rgb(215,123,207); }
H1.HeaderClassName
{
color: #D77BCF;
}
.AnyTagClassName
{
color: #D77BCF;
}
</style>
background-color css
<style>
a { background-color: #D77BCF; }
a { background-color: rgb(215,123,207); }
div.DivClassName
{
background-color: #D77BCF;
}
.BgClassName
{
background-color: #D77BCF;
}
</style>
border-color css
<style>
span { border-color: #D77BCF; }
span { border-color: rgb(215,123,207); }
td.TdClassName
{
border-color: #D77BCF;
}
.TagClassName
{
border-color: #D77BCF;
}
</style>