Shades of Orchid #D26FB9
Tints of Orchid #D26FB9
RGB
CMYK
RGB Variations
Color information
#D26FB9 (or 0xD26FB9) is known color: Orchid. HEX triplet: D2, 6F and B9. RGB value is (210,111,185). Sum of RGB (Red+Green+Blue) = 210+111+185=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB9 is #2D9046. Grayscale: #949494. Windows color (decimal): -2986055 or 12152786. OLE color: 12152786.
HSL color Cylindrical-coordinate representation of color #D26FB9: hue angle of 315.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FB9 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 185 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.18 |
| HSL | 315.15º | 0.52% | 0.63% | - |
| HSV(B) | 315.15º | 0.47% | 0.82% | - |
| XYZ | 41.02 | 28.57 | 49.25 | - |
| YUV | 149.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 185 | 0 | 0.47 | 0.12 | 0.18 | 315.15 | 0.52 | 0.63 |
| Hex | D2 | 6F | B9 | 0 | 2F | C | 12 | 13B | 34 | 3F |
| Octal | 322 | 157 | 271 | 0 | 57 | 14 | 22 | 473 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10111001 | 0 | 101111 | 1100 | 10010 | 100111011 | 110100 | 111111 |
Color Harmonies of #D26FB9
Complementary color
Monochromatic Colors of #D26FB9
Black with #D26FB9
Text Example
Text Example
White with #D26FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FB9; }
p { color: rgb(210,111,185); }
H1.HeaderClassName
{
color: #D26FB9;
}
.AnyTagClassName
{
color: #D26FB9;
}
</style>
background-color css
<style>
a { background-color: #D26FB9; }
a { background-color: rgb(210,111,185); }
div.DivClassName
{
background-color: #D26FB9;
}
.BgClassName
{
background-color: #D26FB9;
}
</style>
border-color css
<style>
span { border-color: #D26FB9; }
span { border-color: rgb(210,111,185); }
td.TdClassName
{
border-color: #D26FB9;
}
.TagClassName
{
border-color: #D26FB9;
}
</style>