Shades of Orchid #D26DDA
Tints of Orchid #D26DDA
RGB
CMYK
RGB Variations
Color information
#D26DDA (or 0xD26DDA) is known color: Orchid. HEX triplet: D2, 6D and DA. RGB value is (210,109,218). Sum of RGB (Red+Green+Blue) = 210+109+218=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DDA is #2D9225. Grayscale: #979797. Windows color (decimal): -2986534 or 14314962. OLE color: 14314962.
HSL color Cylindrical-coordinate representation of color #D26DDA: hue angle of 295.6º degrees, saturation: 0.6, 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 #D26DDA is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 109 | 218 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.15 |
| HSL | 295.6º | 0.6% | 0.64% | - |
| HSV(B) | 295.6º | 0.5% | 0.85% | - |
| XYZ | 44.7 | 29.7 | 69.71 | - |
| YUV | 151.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 218 | 0.04 | 0.5 | 0 | 0.15 | 295.6 | 0.6 | 0.64 |
| Hex | D2 | 6D | DA | 4 | 32 | 0 | F | 128 | 3C | 40 |
| Octal | 322 | 155 | 332 | 4 | 62 | 0 | 17 | 450 | 74 | 100 |
| Binary | 11010010 | 1101101 | 11011010 | 100 | 110010 | 0 | 1111 | 100101000 | 111100 | 1000000 |
Color Harmonies of #D26DDA
Complementary color
Monochromatic Colors of #D26DDA
Black with #D26DDA
Text Example
Text Example
White with #D26DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DDA; }
p { color: rgb(210,109,218); }
H1.HeaderClassName
{
color: #D26DDA;
}
.AnyTagClassName
{
color: #D26DDA;
}
</style>
background-color css
<style>
a { background-color: #D26DDA; }
a { background-color: rgb(210,109,218); }
div.DivClassName
{
background-color: #D26DDA;
}
.BgClassName
{
background-color: #D26DDA;
}
</style>
border-color css
<style>
span { border-color: #D26DDA; }
span { border-color: rgb(210,109,218); }
td.TdClassName
{
border-color: #D26DDA;
}
.TagClassName
{
border-color: #D26DDA;
}
</style>