Shades of Orchid #D26ADB
Tints of Orchid #D26ADB
RGB
CMYK
RGB Variations
Color information
#D26ADB (or 0xD26ADB) is known color: Orchid. HEX triplet: D2, 6A and DB. RGB value is (210,106,219). Sum of RGB (Red+Green+Blue) = 210+106+219=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D26ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADB is #2D9524. Grayscale: #959595. Windows color (decimal): -2987301 or 14379730. OLE color: 14379730.
HSL color Cylindrical-coordinate representation of color #D26ADB: hue angle of 295.22º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26ADB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 106 | 219 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.14 |
| HSL | 295.22º | 0.61% | 0.64% | - |
| HSV(B) | 295.22º | 0.52% | 0.86% | - |
| XYZ | 44.52 | 29.12 | 70.29 | - |
| YUV | 149.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 219 | 0.04 | 0.52 | 0 | 0.14 | 295.22 | 0.61 | 0.64 |
| Hex | D2 | 6A | DB | 4 | 34 | 0 | E | 127 | 3D | 40 |
| Octal | 322 | 152 | 333 | 4 | 64 | 0 | 16 | 447 | 75 | 100 |
| Binary | 11010010 | 1101010 | 11011011 | 100 | 110100 | 0 | 1110 | 100100111 | 111101 | 1000000 |
Color Harmonies of #D26ADB
Complementary color
Monochromatic Colors of #D26ADB
Black with #D26ADB
Text Example
Text Example
White with #D26ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ADB; }
p { color: rgb(210,106,219); }
H1.HeaderClassName
{
color: #D26ADB;
}
.AnyTagClassName
{
color: #D26ADB;
}
</style>
background-color css
<style>
a { background-color: #D26ADB; }
a { background-color: rgb(210,106,219); }
div.DivClassName
{
background-color: #D26ADB;
}
.BgClassName
{
background-color: #D26ADB;
}
</style>
border-color css
<style>
span { border-color: #D26ADB; }
span { border-color: rgb(210,106,219); }
td.TdClassName
{
border-color: #D26ADB;
}
.TagClassName
{
border-color: #D26ADB;
}
</style>