Shades of Orchid #D76DD4
Tints of Orchid #D76DD4
RGB
CMYK
RGB Variations
Color information
#D76DD4 (or 0xD76DD4) is known color: Orchid. HEX triplet: D7, 6D and D4. RGB value is (215,109,212). Sum of RGB (Red+Green+Blue) = 215+109+212=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DD4 is #28922B. Grayscale: #989898. Windows color (decimal): -2658860 or 13921751. OLE color: 13921751.
HSL color Cylindrical-coordinate representation of color #D76DD4: hue angle of 301.7º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DD4 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 212 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.16 |
| HSL | 301.7º | 0.57% | 0.64% | - |
| HSV(B) | 301.7º | 0.49% | 0.84% | - |
| XYZ | 45.38 | 30.14 | 65.71 | - |
| YUV | 152.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 212 | 0 | 0.49 | 0.01 | 0.16 | 301.7 | 0.57 | 0.64 |
| Hex | D7 | 6D | D4 | 0 | 31 | 1 | 10 | 12E | 39 | 40 |
| Octal | 327 | 155 | 324 | 0 | 61 | 1 | 20 | 456 | 71 | 100 |
| Binary | 11010111 | 1101101 | 11010100 | 0 | 110001 | 1 | 10000 | 100101110 | 111001 | 1000000 |
Color Harmonies of #D76DD4
Complementary color
Monochromatic Colors of #D76DD4
Black with #D76DD4
Text Example
Text Example
White with #D76DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DD4; }
p { color: rgb(215,109,212); }
H1.HeaderClassName
{
color: #D76DD4;
}
.AnyTagClassName
{
color: #D76DD4;
}
</style>
background-color css
<style>
a { background-color: #D76DD4; }
a { background-color: rgb(215,109,212); }
div.DivClassName
{
background-color: #D76DD4;
}
.BgClassName
{
background-color: #D76DD4;
}
</style>
border-color css
<style>
span { border-color: #D76DD4; }
span { border-color: rgb(215,109,212); }
td.TdClassName
{
border-color: #D76DD4;
}
.TagClassName
{
border-color: #D76DD4;
}
</style>