Shades of Orchid #D26DB9
Tints of Orchid #D26DB9
RGB
CMYK
RGB Variations
Color information
#D26DB9 (or 0xD26DB9) is known color: Orchid. HEX triplet: D2, 6D and B9. RGB value is (210,109,185). Sum of RGB (Red+Green+Blue) = 210+109+185=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DB9 is #2D9246. Grayscale: #939393. Windows color (decimal): -2986567 or 12152274. OLE color: 12152274.
HSL color Cylindrical-coordinate representation of color #D26DB9: hue angle of 314.85º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DB9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 185 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.18 |
| HSL | 314.85º | 0.53% | 0.63% | - |
| HSV(B) | 314.85º | 0.48% | 0.82% | - |
| XYZ | 40.8 | 28.14 | 49.18 | - |
| YUV | 147.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 185 | 0 | 0.48 | 0.12 | 0.18 | 314.85 | 0.53 | 0.63 |
| Hex | D2 | 6D | B9 | 0 | 30 | C | 12 | 13B | 35 | 3F |
| Octal | 322 | 155 | 271 | 0 | 60 | 14 | 22 | 473 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10111001 | 0 | 110000 | 1100 | 10010 | 100111011 | 110101 | 111111 |
Color Harmonies of #D26DB9
Complementary color
Monochromatic Colors of #D26DB9
Black with #D26DB9
Text Example
Text Example
White with #D26DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DB9; }
p { color: rgb(210,109,185); }
H1.HeaderClassName
{
color: #D26DB9;
}
.AnyTagClassName
{
color: #D26DB9;
}
</style>
background-color css
<style>
a { background-color: #D26DB9; }
a { background-color: rgb(210,109,185); }
div.DivClassName
{
background-color: #D26DB9;
}
.BgClassName
{
background-color: #D26DB9;
}
</style>
border-color css
<style>
span { border-color: #D26DB9; }
span { border-color: rgb(210,109,185); }
td.TdClassName
{
border-color: #D26DB9;
}
.TagClassName
{
border-color: #D26DB9;
}
</style>