Shades of Orchid #D26DDB
Tints of Orchid #D26DDB
RGB
CMYK
RGB Variations
Color information
#D26DDB (or 0xD26DDB) is known color: Orchid. HEX triplet: D2, 6D and DB. RGB value is (210,109,219). Sum of RGB (Red+Green+Blue) = 210+109+219=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D26DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDB is #2D9224. Grayscale: #979797. Windows color (decimal): -2986533 or 14380498. OLE color: 14380498.
HSL color Cylindrical-coordinate representation of color #D26DDB: hue angle of 295.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26DDB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 109 | 219 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.14 |
| HSL | 295.09º | 0.6% | 0.64% | - |
| HSV(B) | 295.09º | 0.5% | 0.86% | - |
| XYZ | 44.83 | 29.75 | 70.4 | - |
| YUV | 151.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 219 | 0.04 | 0.50 | 0 | 0.14 | 295.09 | 0.6 | 0.64 |
| Hex | D2 | 6D | DB | 4 | 32 | 0 | E | 127 | 3C | 40 |
| Octal | 322 | 155 | 333 | 4 | 62 | 0 | 16 | 447 | 74 | 100 |
| Binary | 11010010 | 1101101 | 11011011 | 100 | 110010 | 0 | 1110 | 100100111 | 111100 | 1000000 |
Color Harmonies of #D26DDB
Complementary color
Monochromatic Colors of #D26DDB
Black with #D26DDB
Text Example
Text Example
White with #D26DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DDB; }
p { color: rgb(210,109,219); }
H1.HeaderClassName
{
color: #D26DDB;
}
.AnyTagClassName
{
color: #D26DDB;
}
</style>
background-color css
<style>
a { background-color: #D26DDB; }
a { background-color: rgb(210,109,219); }
div.DivClassName
{
background-color: #D26DDB;
}
.BgClassName
{
background-color: #D26DDB;
}
</style>
border-color css
<style>
span { border-color: #D26DDB; }
span { border-color: rgb(210,109,219); }
td.TdClassName
{
border-color: #D26DDB;
}
.TagClassName
{
border-color: #D26DDB;
}
</style>