Shades of Orchid #D77BCE
Tints of Orchid #D77BCE
RGB
CMYK
RGB Variations
Color information
#D77BCE (or 0xD77BCE) is known color: Orchid. HEX triplet: D7, 7B and CE. RGB value is (215,123,206). Sum of RGB (Red+Green+Blue) = 215+123+206=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BCE is #288431. Grayscale: #9F9F9F. Windows color (decimal): -2655282 or 13532119. OLE color: 13532119.
HSL color Cylindrical-coordinate representation of color #D77BCE: hue angle of 305.87º 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 #D77BCE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 206 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.16 |
| HSL | 305.87º | 0.53% | 0.66% | - |
| HSV(B) | 305.87º | 0.43% | 0.84% | - |
| XYZ | 46.25 | 33.07 | 62.34 | - |
| YUV | 159.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 206 | 0 | 0.43 | 0.04 | 0.16 | 305.87 | 0.53 | 0.66 |
| Hex | D7 | 7B | CE | 0 | 2B | 4 | 10 | 132 | 35 | 42 |
| Octal | 327 | 173 | 316 | 0 | 53 | 4 | 20 | 462 | 65 | 102 |
| Binary | 11010111 | 1111011 | 11001110 | 0 | 101011 | 100 | 10000 | 100110010 | 110101 | 1000010 |
Color Harmonies of #D77BCE
Complementary color
Monochromatic Colors of #D77BCE
Black with #D77BCE
Text Example
Text Example
White with #D77BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BCE; }
p { color: rgb(215,123,206); }
H1.HeaderClassName
{
color: #D77BCE;
}
.AnyTagClassName
{
color: #D77BCE;
}
</style>
background-color css
<style>
a { background-color: #D77BCE; }
a { background-color: rgb(215,123,206); }
div.DivClassName
{
background-color: #D77BCE;
}
.BgClassName
{
background-color: #D77BCE;
}
</style>
border-color css
<style>
span { border-color: #D77BCE; }
span { border-color: rgb(215,123,206); }
td.TdClassName
{
border-color: #D77BCE;
}
.TagClassName
{
border-color: #D77BCE;
}
</style>