Shades of Orchid #D76DDE
Tints of Orchid #D76DDE
RGB
CMYK
RGB Variations
Color information
#D76DDE (or 0xD76DDE) is known color: Orchid. HEX triplet: D7, 6D and DE. RGB value is (215,109,222). Sum of RGB (Red+Green+Blue) = 215+109+222=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #D76DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DDE is #289221. Grayscale: #999999. Windows color (decimal): -2658850 or 14577111. OLE color: 14577111.
HSL color Cylindrical-coordinate representation of color #D76DDE: hue angle of 296.28º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76DDE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 109 | 222 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.13 |
| HSL | 296.28º | 0.63% | 0.65% | - |
| HSV(B) | 296.28º | 0.51% | 0.87% | - |
| XYZ | 46.68 | 30.66 | 72.56 | - |
| YUV | 153.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 222 | 0.03 | 0.51 | 0 | 0.13 | 296.28 | 0.63 | 0.65 |
| Hex | D7 | 6D | DE | 3 | 33 | 0 | D | 128 | 3F | 41 |
| Octal | 327 | 155 | 336 | 3 | 63 | 0 | 15 | 450 | 77 | 101 |
| Binary | 11010111 | 1101101 | 11011110 | 11 | 110011 | 0 | 1101 | 100101000 | 111111 | 1000001 |
Color Harmonies of #D76DDE
Complementary color
Monochromatic Colors of #D76DDE
Black with #D76DDE
Text Example
Text Example
White with #D76DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DDE; }
p { color: rgb(215,109,222); }
H1.HeaderClassName
{
color: #D76DDE;
}
.AnyTagClassName
{
color: #D76DDE;
}
</style>
background-color css
<style>
a { background-color: #D76DDE; }
a { background-color: rgb(215,109,222); }
div.DivClassName
{
background-color: #D76DDE;
}
.BgClassName
{
background-color: #D76DDE;
}
</style>
border-color css
<style>
span { border-color: #D76DDE; }
span { border-color: rgb(215,109,222); }
td.TdClassName
{
border-color: #D76DDE;
}
.TagClassName
{
border-color: #D76DDE;
}
</style>