Shades of Orchid #D26ABF
Tints of Orchid #D26ABF
RGB
CMYK
RGB Variations
Color information
#D26ABF (or 0xD26ABF) is known color: Orchid. HEX triplet: D2, 6A and BF. RGB value is (210,106,191). Sum of RGB (Red+Green+Blue) = 210+106+191=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ABF is #2D9540. Grayscale: #929292. Windows color (decimal): -2987329 or 12544722. OLE color: 12544722.
HSL color Cylindrical-coordinate representation of color #D26ABF: hue angle of 310.96º 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 #D26ABF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 191 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.18 |
| HSL | 310.96º | 0.54% | 0.62% | - |
| HSV(B) | 310.96º | 0.5% | 0.82% | - |
| XYZ | 41.14 | 27.77 | 52.48 | - |
| YUV | 146.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 191 | 0 | 0.50 | 0.09 | 0.18 | 310.96 | 0.54 | 0.62 |
| Hex | D2 | 6A | BF | 0 | 32 | 9 | 12 | 137 | 36 | 3E |
| Octal | 322 | 152 | 277 | 0 | 62 | 11 | 22 | 467 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10111111 | 0 | 110010 | 1001 | 10010 | 100110111 | 110110 | 111110 |
Color Harmonies of #D26ABF
Complementary color
Monochromatic Colors of #D26ABF
Black with #D26ABF
Text Example
Text Example
White with #D26ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ABF; }
p { color: rgb(210,106,191); }
H1.HeaderClassName
{
color: #D26ABF;
}
.AnyTagClassName
{
color: #D26ABF;
}
</style>
background-color css
<style>
a { background-color: #D26ABF; }
a { background-color: rgb(210,106,191); }
div.DivClassName
{
background-color: #D26ABF;
}
.BgClassName
{
background-color: #D26ABF;
}
</style>
border-color css
<style>
span { border-color: #D26ABF; }
span { border-color: rgb(210,106,191); }
td.TdClassName
{
border-color: #D26ABF;
}
.TagClassName
{
border-color: #D26ABF;
}
</style>