Shades of Orchid #D76FC9
Tints of Orchid #D76FC9
RGB
CMYK
RGB Variations
Color information
#D76FC9 (or 0xD76FC9) is known color: Orchid. HEX triplet: D7, 6F and C9. RGB value is (215,111,201). Sum of RGB (Red+Green+Blue) = 215+111+201=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FC9 is #289036. Grayscale: #989898. Windows color (decimal): -2658359 or 13201367. OLE color: 13201367.
HSL color Cylindrical-coordinate representation of color #D76FC9: hue angle of 308.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 201 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.16 |
| HSL | 308.08º | 0.57% | 0.64% | - |
| HSV(B) | 308.08º | 0.48% | 0.84% | - |
| XYZ | 44.25 | 30.03 | 58.72 | - |
| YUV | 152.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 201 | 0 | 0.48 | 0.07 | 0.16 | 308.08 | 0.57 | 0.64 |
| Hex | D7 | 6F | C9 | 0 | 30 | 7 | 10 | 134 | 39 | 40 |
| Octal | 327 | 157 | 311 | 0 | 60 | 7 | 20 | 464 | 71 | 100 |
| Binary | 11010111 | 1101111 | 11001001 | 0 | 110000 | 111 | 10000 | 100110100 | 111001 | 1000000 |
Color Harmonies of #D76FC9
Complementary color
Monochromatic Colors of #D76FC9
Black with #D76FC9
Text Example
Text Example
White with #D76FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FC9; }
p { color: rgb(215,111,201); }
H1.HeaderClassName
{
color: #D76FC9;
}
.AnyTagClassName
{
color: #D76FC9;
}
</style>
background-color css
<style>
a { background-color: #D76FC9; }
a { background-color: rgb(215,111,201); }
div.DivClassName
{
background-color: #D76FC9;
}
.BgClassName
{
background-color: #D76FC9;
}
</style>
border-color css
<style>
span { border-color: #D76FC9; }
span { border-color: rgb(215,111,201); }
td.TdClassName
{
border-color: #D76FC9;
}
.TagClassName
{
border-color: #D76FC9;
}
</style>