Shades of Orchid #D77FDD
Tints of Orchid #D77FDD
RGB
CMYK
RGB Variations
Color information
#D77FDD (or 0xD77FDD) is known color: Orchid. HEX triplet: D7, 7F and DD. RGB value is (215,127,221). Sum of RGB (Red+Green+Blue) = 215+127+221=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D77FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDD is #288022. Grayscale: #A3A3A3. Windows color (decimal): -2654243 or 14516183. OLE color: 14516183.
HSL color Cylindrical-coordinate representation of color #D77FDD: hue angle of 296.17º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77FDD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 127 | 221 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.13 |
| HSL | 296.17º | 0.58% | 0.68% | - |
| HSV(B) | 296.17º | 0.43% | 0.87% | - |
| XYZ | 48.66 | 34.85 | 72.57 | - |
| YUV | 164.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 221 | 0.03 | 0.43 | 0 | 0.13 | 296.17 | 0.58 | 0.68 |
| Hex | D7 | 7F | DD | 3 | 2B | 0 | D | 128 | 3A | 44 |
| Octal | 327 | 177 | 335 | 3 | 53 | 0 | 15 | 450 | 72 | 104 |
| Binary | 11010111 | 1111111 | 11011101 | 11 | 101011 | 0 | 1101 | 100101000 | 111010 | 1000100 |
Color Harmonies of #D77FDD
Complementary color
Monochromatic Colors of #D77FDD
Black with #D77FDD
Text Example
Text Example
White with #D77FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FDD; }
p { color: rgb(215,127,221); }
H1.HeaderClassName
{
color: #D77FDD;
}
.AnyTagClassName
{
color: #D77FDD;
}
</style>
background-color css
<style>
a { background-color: #D77FDD; }
a { background-color: rgb(215,127,221); }
div.DivClassName
{
background-color: #D77FDD;
}
.BgClassName
{
background-color: #D77FDD;
}
</style>
border-color css
<style>
span { border-color: #D77FDD; }
span { border-color: rgb(215,127,221); }
td.TdClassName
{
border-color: #D77FDD;
}
.TagClassName
{
border-color: #D77FDD;
}
</style>