Shades of Orchid #D26EB5
Tints of Orchid #D26EB5
RGB
CMYK
RGB Variations
Color information
#D26EB5 (or 0xD26EB5) is known color: Orchid. HEX triplet: D2, 6E and B5. RGB value is (210,110,181). Sum of RGB (Red+Green+Blue) = 210+110+181=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EB5 is #2D914A. Grayscale: #939393. Windows color (decimal): -2986315 or 11890386. OLE color: 11890386.
HSL color Cylindrical-coordinate representation of color #D26EB5: hue angle of 317.4º 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 #D26EB5 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 181 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.4º | 0.53% | 0.63% | - |
| HSV(B) | 317.4º | 0.48% | 0.82% | - |
| XYZ | 40.49 | 28.19 | 47.02 | - |
| YUV | 147.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 181 | 0 | 0.48 | 0.14 | 0.18 | 317.4 | 0.53 | 0.63 |
| Hex | D2 | 6E | B5 | 0 | 30 | E | 12 | 13D | 35 | 3F |
| Octal | 322 | 156 | 265 | 0 | 60 | 16 | 22 | 475 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10110101 | 0 | 110000 | 1110 | 10010 | 100111101 | 110101 | 111111 |
Color Harmonies of #D26EB5
Complementary color
Monochromatic Colors of #D26EB5
Black with #D26EB5
Text Example
Text Example
White with #D26EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EB5; }
p { color: rgb(210,110,181); }
H1.HeaderClassName
{
color: #D26EB5;
}
.AnyTagClassName
{
color: #D26EB5;
}
</style>
background-color css
<style>
a { background-color: #D26EB5; }
a { background-color: rgb(210,110,181); }
div.DivClassName
{
background-color: #D26EB5;
}
.BgClassName
{
background-color: #D26EB5;
}
</style>
border-color css
<style>
span { border-color: #D26EB5; }
span { border-color: rgb(210,110,181); }
td.TdClassName
{
border-color: #D26EB5;
}
.TagClassName
{
border-color: #D26EB5;
}
</style>