Shades of Orchid #D26FBC
Tints of Orchid #D26FBC
RGB
CMYK
RGB Variations
Color information
#D26FBC (or 0xD26FBC) is known color: Orchid. HEX triplet: D2, 6F and BC. RGB value is (210,111,188). Sum of RGB (Red+Green+Blue) = 210+111+188=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FBC is #2D9043. Grayscale: #959595. Windows color (decimal): -2986052 or 12349394. OLE color: 12349394.
HSL color Cylindrical-coordinate representation of color #D26FBC: hue angle of 313.33º 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 #D26FBC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 188 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 313.33º | 0.52% | 0.63% | - |
| HSV(B) | 313.33º | 0.47% | 0.82% | - |
| XYZ | 41.34 | 28.7 | 50.94 | - |
| YUV | 149.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 188 | 0 | 0.47 | 0.10 | 0.18 | 313.33 | 0.52 | 0.63 |
| Hex | D2 | 6F | BC | 0 | 2F | A | 12 | 139 | 34 | 3F |
| Octal | 322 | 157 | 274 | 0 | 57 | 12 | 22 | 471 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10111100 | 0 | 101111 | 1010 | 10010 | 100111001 | 110100 | 111111 |
Color Harmonies of #D26FBC
Complementary color
Monochromatic Colors of #D26FBC
Black with #D26FBC
Text Example
Text Example
White with #D26FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FBC; }
p { color: rgb(210,111,188); }
H1.HeaderClassName
{
color: #D26FBC;
}
.AnyTagClassName
{
color: #D26FBC;
}
</style>
background-color css
<style>
a { background-color: #D26FBC; }
a { background-color: rgb(210,111,188); }
div.DivClassName
{
background-color: #D26FBC;
}
.BgClassName
{
background-color: #D26FBC;
}
</style>
border-color css
<style>
span { border-color: #D26FBC; }
span { border-color: rgb(210,111,188); }
td.TdClassName
{
border-color: #D26FBC;
}
.TagClassName
{
border-color: #D26FBC;
}
</style>