Shades of Orchid #D77FC7
Tints of Orchid #D77FC7
RGB
CMYK
RGB Variations
Color information
#D77FC7 (or 0xD77FC7) is known color: Orchid. HEX triplet: D7, 7F and C7. RGB value is (215,127,199). Sum of RGB (Red+Green+Blue) = 215+127+199=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FC7 is #288038. Grayscale: #A1A1A1. Windows color (decimal): -2654265 or 13074391. OLE color: 13074391.
HSL color Cylindrical-coordinate representation of color #D77FC7: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 199 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.16 |
| HSL | 310.91º | 0.52% | 0.67% | - |
| HSV(B) | 310.91º | 0.41% | 0.84% | - |
| XYZ | 45.92 | 33.75 | 58.13 | - |
| YUV | 161.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 199 | 0 | 0.41 | 0.07 | 0.16 | 310.91 | 0.52 | 0.67 |
| Hex | D7 | 7F | C7 | 0 | 29 | 7 | 10 | 137 | 34 | 43 |
| Octal | 327 | 177 | 307 | 0 | 51 | 7 | 20 | 467 | 64 | 103 |
| Binary | 11010111 | 1111111 | 11000111 | 0 | 101001 | 111 | 10000 | 100110111 | 110100 | 1000011 |
Color Harmonies of #D77FC7
Complementary color
Monochromatic Colors of #D77FC7
Black with #D77FC7
Text Example
Text Example
White with #D77FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FC7; }
p { color: rgb(215,127,199); }
H1.HeaderClassName
{
color: #D77FC7;
}
.AnyTagClassName
{
color: #D77FC7;
}
</style>
background-color css
<style>
a { background-color: #D77FC7; }
a { background-color: rgb(215,127,199); }
div.DivClassName
{
background-color: #D77FC7;
}
.BgClassName
{
background-color: #D77FC7;
}
</style>
border-color css
<style>
span { border-color: #D77FC7; }
span { border-color: rgb(215,127,199); }
td.TdClassName
{
border-color: #D77FC7;
}
.TagClassName
{
border-color: #D77FC7;
}
</style>