Shades of Orchid #D26EC8
Tints of Orchid #D26EC8
RGB
CMYK
RGB Variations
Color information
#D26EC8 (or 0xD26EC8) is known color: Orchid. HEX triplet: D2, 6E and C8. RGB value is (210,110,200). Sum of RGB (Red+Green+Blue) = 210+110+200=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC8 is #2D9137. Grayscale: #959595. Windows color (decimal): -2986296 or 13135570. OLE color: 13135570.
HSL color Cylindrical-coordinate representation of color #D26EC8: hue angle of 306º 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 #D26EC8 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 200 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.18 |
| HSL | 306º | 0.53% | 0.63% | - |
| HSV(B) | 306º | 0.48% | 0.82% | - |
| XYZ | 42.58 | 29.02 | 58 | - |
| YUV | 150.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 200 | 0 | 0.48 | 0.05 | 0.18 | 306 | 0.53 | 0.63 |
| Hex | D2 | 6E | C8 | 0 | 30 | 5 | 12 | 132 | 35 | 3F |
| Octal | 322 | 156 | 310 | 0 | 60 | 5 | 22 | 462 | 65 | 77 |
| Binary | 11010010 | 1101110 | 11001000 | 0 | 110000 | 101 | 10010 | 100110010 | 110101 | 111111 |
Color Harmonies of #D26EC8
Complementary color
Monochromatic Colors of #D26EC8
Black with #D26EC8
Text Example
Text Example
White with #D26EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EC8; }
p { color: rgb(210,110,200); }
H1.HeaderClassName
{
color: #D26EC8;
}
.AnyTagClassName
{
color: #D26EC8;
}
</style>
background-color css
<style>
a { background-color: #D26EC8; }
a { background-color: rgb(210,110,200); }
div.DivClassName
{
background-color: #D26EC8;
}
.BgClassName
{
background-color: #D26EC8;
}
</style>
border-color css
<style>
span { border-color: #D26EC8; }
span { border-color: rgb(210,110,200); }
td.TdClassName
{
border-color: #D26EC8;
}
.TagClassName
{
border-color: #D26EC8;
}
</style>