Shades of Orchid #D26BC0
Tints of Orchid #D26BC0
RGB
CMYK
RGB Variations
Color information
#D26BC0 (or 0xD26BC0) is known color: Orchid. HEX triplet: D2, 6B and C0. RGB value is (210,107,192). Sum of RGB (Red+Green+Blue) = 210+107+192=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BC0 is #2D943F. Grayscale: #939393. Windows color (decimal): -2987072 or 12610514. OLE color: 12610514.
HSL color Cylindrical-coordinate representation of color #D26BC0: hue angle of 310.49º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BC0 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 192 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.18 |
| HSL | 310.49º | 0.53% | 0.62% | - |
| HSV(B) | 310.49º | 0.49% | 0.82% | - |
| XYZ | 41.35 | 28.02 | 53.1 | - |
| YUV | 147.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 192 | 0 | 0.49 | 0.09 | 0.18 | 310.49 | 0.53 | 0.62 |
| Hex | D2 | 6B | C0 | 0 | 31 | 9 | 12 | 136 | 35 | 3E |
| Octal | 322 | 153 | 300 | 0 | 61 | 11 | 22 | 466 | 65 | 76 |
| Binary | 11010010 | 1101011 | 11000000 | 0 | 110001 | 1001 | 10010 | 100110110 | 110101 | 111110 |
Color Harmonies of #D26BC0
Complementary color
Monochromatic Colors of #D26BC0
Black with #D26BC0
Text Example
Text Example
White with #D26BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BC0; }
p { color: rgb(210,107,192); }
H1.HeaderClassName
{
color: #D26BC0;
}
.AnyTagClassName
{
color: #D26BC0;
}
</style>
background-color css
<style>
a { background-color: #D26BC0; }
a { background-color: rgb(210,107,192); }
div.DivClassName
{
background-color: #D26BC0;
}
.BgClassName
{
background-color: #D26BC0;
}
</style>
border-color css
<style>
span { border-color: #D26BC0; }
span { border-color: rgb(210,107,192); }
td.TdClassName
{
border-color: #D26BC0;
}
.TagClassName
{
border-color: #D26BC0;
}
</style>