Shades of Orchid #D76FD4
Tints of Orchid #D76FD4
RGB
CMYK
RGB Variations
Color information
#D76FD4 (or 0xD76FD4) is known color: Orchid. HEX triplet: D7, 6F and D4. RGB value is (215,111,212). Sum of RGB (Red+Green+Blue) = 215+111+212=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FD4 is #28902B. Grayscale: #999999. Windows color (decimal): -2658348 or 13922263. OLE color: 13922263.
HSL color Cylindrical-coordinate representation of color #D76FD4: hue angle of 301.73º 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 #D76FD4 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 212 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.16 |
| HSL | 301.73º | 0.57% | 0.64% | - |
| HSV(B) | 301.73º | 0.48% | 0.84% | - |
| XYZ | 45.59 | 30.57 | 65.78 | - |
| YUV | 153.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 212 | 0 | 0.48 | 0.01 | 0.16 | 301.73 | 0.57 | 0.64 |
| Hex | D7 | 6F | D4 | 0 | 30 | 1 | 10 | 12E | 39 | 40 |
| Octal | 327 | 157 | 324 | 0 | 60 | 1 | 20 | 456 | 71 | 100 |
| Binary | 11010111 | 1101111 | 11010100 | 0 | 110000 | 1 | 10000 | 100101110 | 111001 | 1000000 |
Color Harmonies of #D76FD4
Complementary color
Monochromatic Colors of #D76FD4
Black with #D76FD4
Text Example
Text Example
White with #D76FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FD4; }
p { color: rgb(215,111,212); }
H1.HeaderClassName
{
color: #D76FD4;
}
.AnyTagClassName
{
color: #D76FD4;
}
</style>
background-color css
<style>
a { background-color: #D76FD4; }
a { background-color: rgb(215,111,212); }
div.DivClassName
{
background-color: #D76FD4;
}
.BgClassName
{
background-color: #D76FD4;
}
</style>
border-color css
<style>
span { border-color: #D76FD4; }
span { border-color: rgb(215,111,212); }
td.TdClassName
{
border-color: #D76FD4;
}
.TagClassName
{
border-color: #D76FD4;
}
</style>