Shades of Orchid #D26DB8
Tints of Orchid #D26DB8
RGB
CMYK
RGB Variations
Color information
#D26DB8 (or 0xD26DB8) is known color: Orchid. HEX triplet: D2, 6D and B8. RGB value is (210,109,184). Sum of RGB (Red+Green+Blue) = 210+109+184=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DB8 is #2D9247. Grayscale: #939393. Windows color (decimal): -2986568 or 12086738. OLE color: 12086738.
HSL color Cylindrical-coordinate representation of color #D26DB8: hue angle of 315.45º 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 #D26DB8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 184 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.18 |
| HSL | 315.45º | 0.53% | 0.63% | - |
| HSV(B) | 315.45º | 0.48% | 0.82% | - |
| XYZ | 40.7 | 28.1 | 48.63 | - |
| YUV | 147.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 184 | 0 | 0.48 | 0.12 | 0.18 | 315.45 | 0.53 | 0.63 |
| Hex | D2 | 6D | B8 | 0 | 30 | C | 12 | 13B | 35 | 3F |
| Octal | 322 | 155 | 270 | 0 | 60 | 14 | 22 | 473 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10111000 | 0 | 110000 | 1100 | 10010 | 100111011 | 110101 | 111111 |
Color Harmonies of #D26DB8
Complementary color
Monochromatic Colors of #D26DB8
Black with #D26DB8
Text Example
Text Example
White with #D26DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DB8; }
p { color: rgb(210,109,184); }
H1.HeaderClassName
{
color: #D26DB8;
}
.AnyTagClassName
{
color: #D26DB8;
}
</style>
background-color css
<style>
a { background-color: #D26DB8; }
a { background-color: rgb(210,109,184); }
div.DivClassName
{
background-color: #D26DB8;
}
.BgClassName
{
background-color: #D26DB8;
}
</style>
border-color css
<style>
span { border-color: #D26DB8; }
span { border-color: rgb(210,109,184); }
td.TdClassName
{
border-color: #D26DB8;
}
.TagClassName
{
border-color: #D26DB8;
}
</style>