Shades of Orchid #D26AC9
Tints of Orchid #D26AC9
RGB
CMYK
RGB Variations
Color information
#D26AC9 (or 0xD26AC9) is known color: Orchid. HEX triplet: D2, 6A and C9. RGB value is (210,106,201). Sum of RGB (Red+Green+Blue) = 210+106+201=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AC9 is #2D9536. Grayscale: #939393. Windows color (decimal): -2987319 or 13200082. OLE color: 13200082.
HSL color Cylindrical-coordinate representation of color #D26AC9: hue angle of 305.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AC9 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 201 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.18 |
| HSL | 305.19º | 0.54% | 0.62% | - |
| HSV(B) | 305.19º | 0.5% | 0.82% | - |
| XYZ | 42.27 | 28.23 | 58.48 | - |
| YUV | 147.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 201 | 0 | 0.50 | 0.04 | 0.18 | 305.19 | 0.54 | 0.62 |
| Hex | D2 | 6A | C9 | 0 | 32 | 4 | 12 | 131 | 36 | 3E |
| Octal | 322 | 152 | 311 | 0 | 62 | 4 | 22 | 461 | 66 | 76 |
| Binary | 11010010 | 1101010 | 11001001 | 0 | 110010 | 100 | 10010 | 100110001 | 110110 | 111110 |
Color Harmonies of #D26AC9
Complementary color
Monochromatic Colors of #D26AC9
Black with #D26AC9
Text Example
Text Example
White with #D26AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AC9; }
p { color: rgb(210,106,201); }
H1.HeaderClassName
{
color: #D26AC9;
}
.AnyTagClassName
{
color: #D26AC9;
}
</style>
background-color css
<style>
a { background-color: #D26AC9; }
a { background-color: rgb(210,106,201); }
div.DivClassName
{
background-color: #D26AC9;
}
.BgClassName
{
background-color: #D26AC9;
}
</style>
border-color css
<style>
span { border-color: #D26AC9; }
span { border-color: rgb(210,106,201); }
td.TdClassName
{
border-color: #D26AC9;
}
.TagClassName
{
border-color: #D26AC9;
}
</style>