Shades of Orchid #D26FDB
Tints of Orchid #D26FDB
RGB
CMYK
RGB Variations
Color information
#D26FDB (or 0xD26FDB) is known color: Orchid. HEX triplet: D2, 6F and DB. RGB value is (210,111,219). Sum of RGB (Red+Green+Blue) = 210+111+219=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D26FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FDB is #2D9024. Grayscale: #989898. Windows color (decimal): -2986021 or 14381010. OLE color: 14381010.
HSL color Cylindrical-coordinate representation of color #D26FDB: hue angle of 295º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26FDB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 111 | 219 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.14 |
| HSL | 295º | 0.6% | 0.65% | - |
| HSV(B) | 295º | 0.49% | 0.86% | - |
| XYZ | 45.05 | 30.18 | 70.47 | - |
| YUV | 152.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 219 | 0.04 | 0.49 | 0 | 0.14 | 295 | 0.6 | 0.65 |
| Hex | D2 | 6F | DB | 4 | 31 | 0 | E | 127 | 3C | 41 |
| Octal | 322 | 157 | 333 | 4 | 61 | 0 | 16 | 447 | 74 | 101 |
| Binary | 11010010 | 1101111 | 11011011 | 100 | 110001 | 0 | 1110 | 100100111 | 111100 | 1000001 |
Color Harmonies of #D26FDB
Complementary color
Monochromatic Colors of #D26FDB
Black with #D26FDB
Text Example
Text Example
White with #D26FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FDB; }
p { color: rgb(210,111,219); }
H1.HeaderClassName
{
color: #D26FDB;
}
.AnyTagClassName
{
color: #D26FDB;
}
</style>
background-color css
<style>
a { background-color: #D26FDB; }
a { background-color: rgb(210,111,219); }
div.DivClassName
{
background-color: #D26FDB;
}
.BgClassName
{
background-color: #D26FDB;
}
</style>
border-color css
<style>
span { border-color: #D26FDB; }
span { border-color: rgb(210,111,219); }
td.TdClassName
{
border-color: #D26FDB;
}
.TagClassName
{
border-color: #D26FDB;
}
</style>