Shades of Orchid #D26EC6
Tints of Orchid #D26EC6
RGB
CMYK
RGB Variations
Color information
#D26EC6 (or 0xD26EC6) is known color: Orchid. HEX triplet: D2, 6E and C6. RGB value is (210,110,198). Sum of RGB (Red+Green+Blue) = 210+110+198=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC6 is #2D9139. Grayscale: #959595. Windows color (decimal): -2986298 or 13004498. OLE color: 13004498.
HSL color Cylindrical-coordinate representation of color #D26EC6: hue angle of 307.2º 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 #D26EC6 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 198 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.18 |
| HSL | 307.2º | 0.53% | 0.63% | - |
| HSV(B) | 307.2º | 0.48% | 0.82% | - |
| XYZ | 42.35 | 28.93 | 56.78 | - |
| YUV | 149.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 198 | 0 | 0.48 | 0.06 | 0.18 | 307.2 | 0.53 | 0.63 |
| Hex | D2 | 6E | C6 | 0 | 30 | 6 | 12 | 133 | 35 | 3F |
| Octal | 322 | 156 | 306 | 0 | 60 | 6 | 22 | 463 | 65 | 77 |
| Binary | 11010010 | 1101110 | 11000110 | 0 | 110000 | 110 | 10010 | 100110011 | 110101 | 111111 |
Color Harmonies of #D26EC6
Complementary color
Monochromatic Colors of #D26EC6
Black with #D26EC6
Text Example
Text Example
White with #D26EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EC6; }
p { color: rgb(210,110,198); }
H1.HeaderClassName
{
color: #D26EC6;
}
.AnyTagClassName
{
color: #D26EC6;
}
</style>
background-color css
<style>
a { background-color: #D26EC6; }
a { background-color: rgb(210,110,198); }
div.DivClassName
{
background-color: #D26EC6;
}
.BgClassName
{
background-color: #D26EC6;
}
</style>
border-color css
<style>
span { border-color: #D26EC6; }
span { border-color: rgb(210,110,198); }
td.TdClassName
{
border-color: #D26EC6;
}
.TagClassName
{
border-color: #D26EC6;
}
</style>