Shades of Orchid #D26DC0
Tints of Orchid #D26DC0
RGB
CMYK
RGB Variations
Color information
#D26DC0 (or 0xD26DC0) is known color: Orchid. HEX triplet: D2, 6D and C0. RGB value is (210,109,192). Sum of RGB (Red+Green+Blue) = 210+109+192=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DC0 is #2D923F. Grayscale: #949494. Windows color (decimal): -2986560 or 12611026. OLE color: 12611026.
HSL color Cylindrical-coordinate representation of color #D26DC0: hue angle of 310.69º 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 #D26DC0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 192 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.18 |
| HSL | 310.69º | 0.53% | 0.63% | - |
| HSV(B) | 310.69º | 0.48% | 0.82% | - |
| XYZ | 41.56 | 28.44 | 53.17 | - |
| YUV | 148.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 192 | 0 | 0.48 | 0.09 | 0.18 | 310.69 | 0.53 | 0.63 |
| Hex | D2 | 6D | C0 | 0 | 30 | 9 | 12 | 137 | 35 | 3F |
| Octal | 322 | 155 | 300 | 0 | 60 | 11 | 22 | 467 | 65 | 77 |
| Binary | 11010010 | 1101101 | 11000000 | 0 | 110000 | 1001 | 10010 | 100110111 | 110101 | 111111 |
Color Harmonies of #D26DC0
Complementary color
Monochromatic Colors of #D26DC0
Black with #D26DC0
Text Example
Text Example
White with #D26DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DC0; }
p { color: rgb(210,109,192); }
H1.HeaderClassName
{
color: #D26DC0;
}
.AnyTagClassName
{
color: #D26DC0;
}
</style>
background-color css
<style>
a { background-color: #D26DC0; }
a { background-color: rgb(210,109,192); }
div.DivClassName
{
background-color: #D26DC0;
}
.BgClassName
{
background-color: #D26DC0;
}
</style>
border-color css
<style>
span { border-color: #D26DC0; }
span { border-color: rgb(210,109,192); }
td.TdClassName
{
border-color: #D26DC0;
}
.TagClassName
{
border-color: #D26DC0;
}
</style>