Shades of Orchid #D77ADF
Tints of Orchid #D77ADF
RGB
CMYK
RGB Variations
Color information
#D77ADF (or 0xD77ADF) is known color: Orchid. HEX triplet: D7, 7A and DF. RGB value is (215,122,223). Sum of RGB (Red+Green+Blue) = 215+122+223=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D77ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ADF is #288520. Grayscale: #A1A1A1. Windows color (decimal): -2655521 or 14645975. OLE color: 14645975.
HSL color Cylindrical-coordinate representation of color #D77ADF: hue angle of 295.25º degrees, saturation: 0.61, 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 #D77ADF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 122 | 223 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 295.25º | 0.61% | 0.68% | - |
| HSV(B) | 295.25º | 0.45% | 0.87% | - |
| XYZ | 48.3 | 33.69 | 73.77 | - |
| YUV | 161.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 223 | 0.04 | 0.45 | 0 | 0.13 | 295.25 | 0.61 | 0.68 |
| Hex | D7 | 7A | DF | 4 | 2D | 0 | D | 127 | 3D | 44 |
| Octal | 327 | 172 | 337 | 4 | 55 | 0 | 15 | 447 | 75 | 104 |
| Binary | 11010111 | 1111010 | 11011111 | 100 | 101101 | 0 | 1101 | 100100111 | 111101 | 1000100 |
Color Harmonies of #D77ADF
Complementary color
Monochromatic Colors of #D77ADF
Black with #D77ADF
Text Example
Text Example
White with #D77ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ADF; }
p { color: rgb(215,122,223); }
H1.HeaderClassName
{
color: #D77ADF;
}
.AnyTagClassName
{
color: #D77ADF;
}
</style>
background-color css
<style>
a { background-color: #D77ADF; }
a { background-color: rgb(215,122,223); }
div.DivClassName
{
background-color: #D77ADF;
}
.BgClassName
{
background-color: #D77ADF;
}
</style>
border-color css
<style>
span { border-color: #D77ADF; }
span { border-color: rgb(215,122,223); }
td.TdClassName
{
border-color: #D77ADF;
}
.TagClassName
{
border-color: #D77ADF;
}
</style>