Shades of Orchid #D26EDB
Tints of Orchid #D26EDB
RGB
CMYK
RGB Variations
Color information
#D26EDB (or 0xD26EDB) is known color: Orchid. HEX triplet: D2, 6E and DB. RGB value is (210,110,219). Sum of RGB (Red+Green+Blue) = 210+110+219=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D26EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDB is #2D9124. Grayscale: #979797. Windows color (decimal): -2986277 or 14380754. OLE color: 14380754.
HSL color Cylindrical-coordinate representation of color #D26EDB: hue angle of 295.05º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26EDB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 110 | 219 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.14 |
| HSL | 295.05º | 0.6% | 0.65% | - |
| HSV(B) | 295.05º | 0.5% | 0.86% | - |
| XYZ | 44.94 | 29.97 | 70.43 | - |
| YUV | 152.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 219 | 0.04 | 0.50 | 0 | 0.14 | 295.05 | 0.6 | 0.65 |
| Hex | D2 | 6E | DB | 4 | 32 | 0 | E | 127 | 3C | 41 |
| Octal | 322 | 156 | 333 | 4 | 62 | 0 | 16 | 447 | 74 | 101 |
| Binary | 11010010 | 1101110 | 11011011 | 100 | 110010 | 0 | 1110 | 100100111 | 111100 | 1000001 |
Color Harmonies of #D26EDB
Complementary color
Monochromatic Colors of #D26EDB
Black with #D26EDB
Text Example
Text Example
White with #D26EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EDB; }
p { color: rgb(210,110,219); }
H1.HeaderClassName
{
color: #D26EDB;
}
.AnyTagClassName
{
color: #D26EDB;
}
</style>
background-color css
<style>
a { background-color: #D26EDB; }
a { background-color: rgb(210,110,219); }
div.DivClassName
{
background-color: #D26EDB;
}
.BgClassName
{
background-color: #D26EDB;
}
</style>
border-color css
<style>
span { border-color: #D26EDB; }
span { border-color: rgb(210,110,219); }
td.TdClassName
{
border-color: #D26EDB;
}
.TagClassName
{
border-color: #D26EDB;
}
</style>