Shades of Orchid #D26EB6
Tints of Orchid #D26EB6
RGB
CMYK
RGB Variations
Color information
#D26EB6 (or 0xD26EB6) is known color: Orchid. HEX triplet: D2, 6E and B6. RGB value is (210,110,182). Sum of RGB (Red+Green+Blue) = 210+110+182=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EB6 is #2D9149. Grayscale: #939393. Windows color (decimal): -2986314 or 11955922. OLE color: 11955922.
HSL color Cylindrical-coordinate representation of color #D26EB6: hue angle of 316.8º 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 #D26EB6 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 182 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.18 |
| HSL | 316.8º | 0.53% | 0.63% | - |
| HSV(B) | 316.8º | 0.48% | 0.82% | - |
| XYZ | 40.6 | 28.23 | 47.57 | - |
| YUV | 148.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 182 | 0 | 0.48 | 0.13 | 0.18 | 316.8 | 0.53 | 0.63 |
| Hex | D2 | 6E | B6 | 0 | 30 | D | 12 | 13D | 35 | 3F |
| Octal | 322 | 156 | 266 | 0 | 60 | 15 | 22 | 475 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10110110 | 0 | 110000 | 1101 | 10010 | 100111101 | 110101 | 111111 |
Color Harmonies of #D26EB6
Complementary color
Monochromatic Colors of #D26EB6
Black with #D26EB6
Text Example
Text Example
White with #D26EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EB6; }
p { color: rgb(210,110,182); }
H1.HeaderClassName
{
color: #D26EB6;
}
.AnyTagClassName
{
color: #D26EB6;
}
</style>
background-color css
<style>
a { background-color: #D26EB6; }
a { background-color: rgb(210,110,182); }
div.DivClassName
{
background-color: #D26EB6;
}
.BgClassName
{
background-color: #D26EB6;
}
</style>
border-color css
<style>
span { border-color: #D26EB6; }
span { border-color: rgb(210,110,182); }
td.TdClassName
{
border-color: #D26EB6;
}
.TagClassName
{
border-color: #D26EB6;
}
</style>