Shades of Orchid #D26DBC
Tints of Orchid #D26DBC
RGB
CMYK
RGB Variations
Color information
#D26DBC (or 0xD26DBC) is known color: Orchid. HEX triplet: D2, 6D and BC. RGB value is (210,109,188). Sum of RGB (Red+Green+Blue) = 210+109+188=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBC is #2D9243. Grayscale: #939393. Windows color (decimal): -2986564 or 12348882. OLE color: 12348882.
HSL color Cylindrical-coordinate representation of color #D26DBC: hue angle of 313.07º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DBC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 188 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.18 |
| HSL | 313.07º | 0.53% | 0.63% | - |
| HSV(B) | 313.07º | 0.48% | 0.82% | - |
| XYZ | 41.12 | 28.27 | 50.87 | - |
| YUV | 148.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 188 | 0 | 0.48 | 0.10 | 0.18 | 313.07 | 0.53 | 0.63 |
| Hex | D2 | 6D | BC | 0 | 30 | A | 12 | 139 | 35 | 3F |
| Octal | 322 | 155 | 274 | 0 | 60 | 12 | 22 | 471 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10111100 | 0 | 110000 | 1010 | 10010 | 100111001 | 110101 | 111111 |
Color Harmonies of #D26DBC
Complementary color
Monochromatic Colors of #D26DBC
Black with #D26DBC
Text Example
Text Example
White with #D26DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DBC; }
p { color: rgb(210,109,188); }
H1.HeaderClassName
{
color: #D26DBC;
}
.AnyTagClassName
{
color: #D26DBC;
}
</style>
background-color css
<style>
a { background-color: #D26DBC; }
a { background-color: rgb(210,109,188); }
div.DivClassName
{
background-color: #D26DBC;
}
.BgClassName
{
background-color: #D26DBC;
}
</style>
border-color css
<style>
span { border-color: #D26DBC; }
span { border-color: rgb(210,109,188); }
td.TdClassName
{
border-color: #D26DBC;
}
.TagClassName
{
border-color: #D26DBC;
}
</style>