Shades of Orchid #D26ABD
Tints of Orchid #D26ABD
RGB
CMYK
RGB Variations
Color information
#D26ABD (or 0xD26ABD) is known color: Orchid. HEX triplet: D2, 6A and BD. RGB value is (210,106,189). Sum of RGB (Red+Green+Blue) = 210+106+189=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ABD is #2D9542. Grayscale: #929292. Windows color (decimal): -2987331 or 12413650. OLE color: 12413650.
HSL color Cylindrical-coordinate representation of color #D26ABD: hue angle of 312.12º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ABD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 189 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.18 |
| HSL | 312.12º | 0.54% | 0.62% | - |
| HSV(B) | 312.12º | 0.5% | 0.82% | - |
| XYZ | 40.92 | 27.68 | 51.33 | - |
| YUV | 146.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 189 | 0 | 0.50 | 0.10 | 0.18 | 312.12 | 0.54 | 0.62 |
| Hex | D2 | 6A | BD | 0 | 32 | A | 12 | 138 | 36 | 3E |
| Octal | 322 | 152 | 275 | 0 | 62 | 12 | 22 | 470 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10111101 | 0 | 110010 | 1010 | 10010 | 100111000 | 110110 | 111110 |
Color Harmonies of #D26ABD
Complementary color
Monochromatic Colors of #D26ABD
Black with #D26ABD
Text Example
Text Example
White with #D26ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ABD; }
p { color: rgb(210,106,189); }
H1.HeaderClassName
{
color: #D26ABD;
}
.AnyTagClassName
{
color: #D26ABD;
}
</style>
background-color css
<style>
a { background-color: #D26ABD; }
a { background-color: rgb(210,106,189); }
div.DivClassName
{
background-color: #D26ABD;
}
.BgClassName
{
background-color: #D26ABD;
}
</style>
border-color css
<style>
span { border-color: #D26ABD; }
span { border-color: rgb(210,106,189); }
td.TdClassName
{
border-color: #D26ABD;
}
.TagClassName
{
border-color: #D26ABD;
}
</style>