Shades of Orchid #D76FDD
Tints of Orchid #D76FDD
RGB
CMYK
RGB Variations
Color information
#D76FDD (or 0xD76FDD) is known color: Orchid. HEX triplet: D7, 6F and DD. RGB value is (215,111,221). Sum of RGB (Red+Green+Blue) = 215+111+221=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDD is #289022. Grayscale: #9A9A9A. Windows color (decimal): -2658339 or 14512087. OLE color: 14512087.
HSL color Cylindrical-coordinate representation of color #D76FDD: hue angle of 296.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76FDD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 111 | 221 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.13 |
| HSL | 296.73º | 0.62% | 0.65% | - |
| HSV(B) | 296.73º | 0.5% | 0.87% | - |
| XYZ | 46.76 | 31.04 | 71.93 | - |
| YUV | 154.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 221 | 0.03 | 0.50 | 0 | 0.13 | 296.73 | 0.62 | 0.65 |
| Hex | D7 | 6F | DD | 3 | 32 | 0 | D | 129 | 3E | 41 |
| Octal | 327 | 157 | 335 | 3 | 62 | 0 | 15 | 451 | 76 | 101 |
| Binary | 11010111 | 1101111 | 11011101 | 11 | 110010 | 0 | 1101 | 100101001 | 111110 | 1000001 |
Color Harmonies of #D76FDD
Complementary color
Monochromatic Colors of #D76FDD
Black with #D76FDD
Text Example
Text Example
White with #D76FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FDD; }
p { color: rgb(215,111,221); }
H1.HeaderClassName
{
color: #D76FDD;
}
.AnyTagClassName
{
color: #D76FDD;
}
</style>
background-color css
<style>
a { background-color: #D76FDD; }
a { background-color: rgb(215,111,221); }
div.DivClassName
{
background-color: #D76FDD;
}
.BgClassName
{
background-color: #D76FDD;
}
</style>
border-color css
<style>
span { border-color: #D76FDD; }
span { border-color: rgb(215,111,221); }
td.TdClassName
{
border-color: #D76FDD;
}
.TagClassName
{
border-color: #D76FDD;
}
</style>