Shades of Orchid #D26CD9
Tints of Orchid #D26CD9
RGB
CMYK
RGB Variations
Color information
#D26CD9 (or 0xD26CD9) is known color: Orchid. HEX triplet: D2, 6C and D9. RGB value is (210,108,217). Sum of RGB (Red+Green+Blue) = 210+108+217=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #D26CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD9 is #2D9326. Grayscale: #969696. Windows color (decimal): -2986791 or 14249170. OLE color: 14249170.
HSL color Cylindrical-coordinate representation of color #D26CD9: hue angle of 296.15º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26CD9 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 108 | 217 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.15 |
| HSL | 296.15º | 0.59% | 0.64% | - |
| HSV(B) | 296.15º | 0.5% | 0.85% | - |
| XYZ | 44.47 | 29.44 | 68.98 | - |
| YUV | 150.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 217 | 0.03 | 0.50 | 0 | 0.15 | 296.15 | 0.59 | 0.64 |
| Hex | D2 | 6C | D9 | 3 | 32 | 0 | F | 128 | 3B | 40 |
| Octal | 322 | 154 | 331 | 3 | 62 | 0 | 17 | 450 | 73 | 100 |
| Binary | 11010010 | 1101100 | 11011001 | 11 | 110010 | 0 | 1111 | 100101000 | 111011 | 1000000 |
Color Harmonies of #D26CD9
Complementary color
Monochromatic Colors of #D26CD9
Black with #D26CD9
Text Example
Text Example
White with #D26CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CD9; }
p { color: rgb(210,108,217); }
H1.HeaderClassName
{
color: #D26CD9;
}
.AnyTagClassName
{
color: #D26CD9;
}
</style>
background-color css
<style>
a { background-color: #D26CD9; }
a { background-color: rgb(210,108,217); }
div.DivClassName
{
background-color: #D26CD9;
}
.BgClassName
{
background-color: #D26CD9;
}
</style>
border-color css
<style>
span { border-color: #D26CD9; }
span { border-color: rgb(210,108,217); }
td.TdClassName
{
border-color: #D26CD9;
}
.TagClassName
{
border-color: #D26CD9;
}
</style>