Shades of Orchid #D26ED0
Tints of Orchid #D26ED0
RGB
CMYK
RGB Variations
Color information
#D26ED0 (or 0xD26ED0) is known color: Orchid. HEX triplet: D2, 6E and D0. RGB value is (210,110,208). Sum of RGB (Red+Green+Blue) = 210+110+208=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ED0 is #2D912F. Grayscale: #969696. Windows color (decimal): -2986288 or 13659858. OLE color: 13659858.
HSL color Cylindrical-coordinate representation of color #D26ED0: hue angle of 301.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 #D26ED0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 208 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.18 |
| HSL | 301.2º | 0.53% | 0.63% | - |
| HSV(B) | 301.2º | 0.48% | 0.82% | - |
| XYZ | 43.54 | 29.41 | 63.06 | - |
| YUV | 151.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 208 | 0 | 0.48 | 0.01 | 0.18 | 301.2 | 0.53 | 0.63 |
| Hex | D2 | 6E | D0 | 0 | 30 | 1 | 12 | 12D | 35 | 3F |
| Octal | 322 | 156 | 320 | 0 | 60 | 1 | 22 | 455 | 65 | 77 |
| Binary | 11010010 | 1101110 | 11010000 | 0 | 110000 | 1 | 10010 | 100101101 | 110101 | 111111 |
Color Harmonies of #D26ED0
Complementary color
Monochromatic Colors of #D26ED0
Black with #D26ED0
Text Example
Text Example
White with #D26ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ED0; }
p { color: rgb(210,110,208); }
H1.HeaderClassName
{
color: #D26ED0;
}
.AnyTagClassName
{
color: #D26ED0;
}
</style>
background-color css
<style>
a { background-color: #D26ED0; }
a { background-color: rgb(210,110,208); }
div.DivClassName
{
background-color: #D26ED0;
}
.BgClassName
{
background-color: #D26ED0;
}
</style>
border-color css
<style>
span { border-color: #D26ED0; }
span { border-color: rgb(210,110,208); }
td.TdClassName
{
border-color: #D26ED0;
}
.TagClassName
{
border-color: #D26ED0;
}
</style>