Shades of Orchid #D26ABB
Tints of Orchid #D26ABB
RGB
CMYK
RGB Variations
Color information
#D26ABB (or 0xD26ABB) is known color: Orchid. HEX triplet: D2, 6A and BB. RGB value is (210,106,187). Sum of RGB (Red+Green+Blue) = 210+106+187=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ABB is #2D9544. Grayscale: #929292. Windows color (decimal): -2987333 or 12282578. OLE color: 12282578.
HSL color Cylindrical-coordinate representation of color #D26ABB: hue angle of 313.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ABB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 187 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.18 |
| HSL | 313.27º | 0.54% | 0.62% | - |
| HSV(B) | 313.27º | 0.5% | 0.82% | - |
| XYZ | 40.7 | 27.6 | 50.2 | - |
| YUV | 146.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 187 | 0 | 0.50 | 0.11 | 0.18 | 313.27 | 0.54 | 0.62 |
| Hex | D2 | 6A | BB | 0 | 32 | B | 12 | 139 | 36 | 3E |
| Octal | 322 | 152 | 273 | 0 | 62 | 13 | 22 | 471 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10111011 | 0 | 110010 | 1011 | 10010 | 100111001 | 110110 | 111110 |
Color Harmonies of #D26ABB
Complementary color
Monochromatic Colors of #D26ABB
Black with #D26ABB
Text Example
Text Example
White with #D26ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ABB; }
p { color: rgb(210,106,187); }
H1.HeaderClassName
{
color: #D26ABB;
}
.AnyTagClassName
{
color: #D26ABB;
}
</style>
background-color css
<style>
a { background-color: #D26ABB; }
a { background-color: rgb(210,106,187); }
div.DivClassName
{
background-color: #D26ABB;
}
.BgClassName
{
background-color: #D26ABB;
}
</style>
border-color css
<style>
span { border-color: #D26ABB; }
span { border-color: rgb(210,106,187); }
td.TdClassName
{
border-color: #D26ABB;
}
.TagClassName
{
border-color: #D26ABB;
}
</style>