Shades of Orchid #D26EDD
Tints of Orchid #D26EDD
RGB
CMYK
RGB Variations
Color information
#D26EDD (or 0xD26EDD) is known color: Orchid. HEX triplet: D2, 6E and DD. RGB value is (210,110,221). Sum of RGB (Red+Green+Blue) = 210+110+221=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDD is #2D9122. Grayscale: #989898. Windows color (decimal): -2986275 or 14511826. OLE color: 14511826.
HSL color Cylindrical-coordinate representation of color #D26EDD: hue angle of 294.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26EDD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 110 | 221 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.13 |
| HSL | 294.05º | 0.62% | 0.65% | - |
| HSV(B) | 294.05º | 0.5% | 0.87% | - |
| XYZ | 45.21 | 30.07 | 71.83 | - |
| YUV | 152.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 221 | 0.05 | 0.50 | 0 | 0.13 | 294.05 | 0.62 | 0.65 |
| Hex | D2 | 6E | DD | 5 | 32 | 0 | D | 126 | 3E | 41 |
| Octal | 322 | 156 | 335 | 5 | 62 | 0 | 15 | 446 | 76 | 101 |
| Binary | 11010010 | 1101110 | 11011101 | 101 | 110010 | 0 | 1101 | 100100110 | 111110 | 1000001 |
Color Harmonies of #D26EDD
Complementary color
Monochromatic Colors of #D26EDD
Black with #D26EDD
Text Example
Text Example
White with #D26EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EDD; }
p { color: rgb(210,110,221); }
H1.HeaderClassName
{
color: #D26EDD;
}
.AnyTagClassName
{
color: #D26EDD;
}
</style>
background-color css
<style>
a { background-color: #D26EDD; }
a { background-color: rgb(210,110,221); }
div.DivClassName
{
background-color: #D26EDD;
}
.BgClassName
{
background-color: #D26EDD;
}
</style>
border-color css
<style>
span { border-color: #D26EDD; }
span { border-color: rgb(210,110,221); }
td.TdClassName
{
border-color: #D26EDD;
}
.TagClassName
{
border-color: #D26EDD;
}
</style>