Shades of Orchid #D77ADD
Tints of Orchid #D77ADD
RGB
CMYK
RGB Variations
Color information
#D77ADD (or 0xD77ADD) is known color: Orchid. HEX triplet: D7, 7A and DD. RGB value is (215,122,221). Sum of RGB (Red+Green+Blue) = 215+122+221=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D77ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ADD is #288522. Grayscale: #A0A0A0. Windows color (decimal): -2655523 or 14514903. OLE color: 14514903.
HSL color Cylindrical-coordinate representation of color #D77ADD: hue angle of 296.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77ADD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 122 | 221 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 296.36º | 0.59% | 0.67% | - |
| HSV(B) | 296.36º | 0.45% | 0.87% | - |
| XYZ | 48.04 | 33.59 | 72.36 | - |
| YUV | 161.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 221 | 0.03 | 0.45 | 0 | 0.13 | 296.36 | 0.59 | 0.67 |
| Hex | D7 | 7A | DD | 3 | 2D | 0 | D | 128 | 3B | 43 |
| Octal | 327 | 172 | 335 | 3 | 55 | 0 | 15 | 450 | 73 | 103 |
| Binary | 11010111 | 1111010 | 11011101 | 11 | 101101 | 0 | 1101 | 100101000 | 111011 | 1000011 |
Color Harmonies of #D77ADD
Complementary color
Monochromatic Colors of #D77ADD
Black with #D77ADD
Text Example
Text Example
White with #D77ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ADD; }
p { color: rgb(215,122,221); }
H1.HeaderClassName
{
color: #D77ADD;
}
.AnyTagClassName
{
color: #D77ADD;
}
</style>
background-color css
<style>
a { background-color: #D77ADD; }
a { background-color: rgb(215,122,221); }
div.DivClassName
{
background-color: #D77ADD;
}
.BgClassName
{
background-color: #D77ADD;
}
</style>
border-color css
<style>
span { border-color: #D77ADD; }
span { border-color: rgb(215,122,221); }
td.TdClassName
{
border-color: #D77ADD;
}
.TagClassName
{
border-color: #D77ADD;
}
</style>