Shades of Orchid #D26DC9
Tints of Orchid #D26DC9
RGB
CMYK
RGB Variations
Color information
#D26DC9 (or 0xD26DC9) is known color: Orchid. HEX triplet: D2, 6D and C9. RGB value is (210,109,201). Sum of RGB (Red+Green+Blue) = 210+109+201=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DC9 is #2D9236. Grayscale: #959595. Windows color (decimal): -2986551 or 13200850. OLE color: 13200850.
HSL color Cylindrical-coordinate representation of color #D26DC9: hue angle of 305.35º 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 #D26DC9 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 201 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.18 |
| HSL | 305.35º | 0.53% | 0.63% | - |
| HSV(B) | 305.35º | 0.48% | 0.82% | - |
| XYZ | 42.59 | 28.86 | 58.58 | - |
| YUV | 149.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 201 | 0 | 0.48 | 0.04 | 0.18 | 305.35 | 0.53 | 0.63 |
| Hex | D2 | 6D | C9 | 0 | 30 | 4 | 12 | 131 | 35 | 3F |
| Octal | 322 | 155 | 311 | 0 | 60 | 4 | 22 | 461 | 65 | 77 |
| Binary | 11010010 | 1101101 | 11001001 | 0 | 110000 | 100 | 10010 | 100110001 | 110101 | 111111 |
Color Harmonies of #D26DC9
Complementary color
Monochromatic Colors of #D26DC9
Black with #D26DC9
Text Example
Text Example
White with #D26DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DC9; }
p { color: rgb(210,109,201); }
H1.HeaderClassName
{
color: #D26DC9;
}
.AnyTagClassName
{
color: #D26DC9;
}
</style>
background-color css
<style>
a { background-color: #D26DC9; }
a { background-color: rgb(210,109,201); }
div.DivClassName
{
background-color: #D26DC9;
}
.BgClassName
{
background-color: #D26DC9;
}
</style>
border-color css
<style>
span { border-color: #D26DC9; }
span { border-color: rgb(210,109,201); }
td.TdClassName
{
border-color: #D26DC9;
}
.TagClassName
{
border-color: #D26DC9;
}
</style>