Shades of Orchid #D26EC5
Tints of Orchid #D26EC5
RGB
CMYK
RGB Variations
Color information
#D26EC5 (or 0xD26EC5) is known color: Orchid. HEX triplet: D2, 6E and C5. RGB value is (210,110,197). Sum of RGB (Red+Green+Blue) = 210+110+197=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC5 is #2D913A. Grayscale: #959595. Windows color (decimal): -2986299 or 12938962. OLE color: 12938962.
HSL color Cylindrical-coordinate representation of color #D26EC5: hue angle of 307.8º 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 #D26EC5 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 197 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.18 |
| HSL | 307.8º | 0.53% | 0.63% | - |
| HSV(B) | 307.8º | 0.48% | 0.82% | - |
| XYZ | 42.23 | 28.88 | 56.17 | - |
| YUV | 149.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 197 | 0 | 0.48 | 0.06 | 0.18 | 307.8 | 0.53 | 0.63 |
| Hex | D2 | 6E | C5 | 0 | 30 | 6 | 12 | 134 | 35 | 3F |
| Octal | 322 | 156 | 305 | 0 | 60 | 6 | 22 | 464 | 65 | 77 |
| Binary | 11010010 | 1101110 | 11000101 | 0 | 110000 | 110 | 10010 | 100110100 | 110101 | 111111 |
Color Harmonies of #D26EC5
Complementary color
Monochromatic Colors of #D26EC5
Black with #D26EC5
Text Example
Text Example
White with #D26EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EC5; }
p { color: rgb(210,110,197); }
H1.HeaderClassName
{
color: #D26EC5;
}
.AnyTagClassName
{
color: #D26EC5;
}
</style>
background-color css
<style>
a { background-color: #D26EC5; }
a { background-color: rgb(210,110,197); }
div.DivClassName
{
background-color: #D26EC5;
}
.BgClassName
{
background-color: #D26EC5;
}
</style>
border-color css
<style>
span { border-color: #D26EC5; }
span { border-color: rgb(210,110,197); }
td.TdClassName
{
border-color: #D26EC5;
}
.TagClassName
{
border-color: #D26EC5;
}
</style>