Shades of Orchid #D26EBA
Tints of Orchid #D26EBA
RGB
CMYK
RGB Variations
Color information
#D26EBA (or 0xD26EBA) is known color: Orchid. HEX triplet: D2, 6E and BA. RGB value is (210,110,186). Sum of RGB (Red+Green+Blue) = 210+110+186=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EBA is #2D9145. Grayscale: #949494. Windows color (decimal): -2986310 or 12218066. OLE color: 12218066.
HSL color Cylindrical-coordinate representation of color #D26EBA: hue angle of 314.4º 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 #D26EBA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 186 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.18 |
| HSL | 314.4º | 0.53% | 0.63% | - |
| HSV(B) | 314.4º | 0.48% | 0.82% | - |
| XYZ | 41.02 | 28.4 | 49.77 | - |
| YUV | 148.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 186 | 0 | 0.48 | 0.11 | 0.18 | 314.4 | 0.53 | 0.63 |
| Hex | D2 | 6E | BA | 0 | 30 | B | 12 | 13A | 35 | 3F |
| Octal | 322 | 156 | 272 | 0 | 60 | 13 | 22 | 472 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10111010 | 0 | 110000 | 1011 | 10010 | 100111010 | 110101 | 111111 |
Color Harmonies of #D26EBA
Complementary color
Monochromatic Colors of #D26EBA
Black with #D26EBA
Text Example
Text Example
White with #D26EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EBA; }
p { color: rgb(210,110,186); }
H1.HeaderClassName
{
color: #D26EBA;
}
.AnyTagClassName
{
color: #D26EBA;
}
</style>
background-color css
<style>
a { background-color: #D26EBA; }
a { background-color: rgb(210,110,186); }
div.DivClassName
{
background-color: #D26EBA;
}
.BgClassName
{
background-color: #D26EBA;
}
</style>
border-color css
<style>
span { border-color: #D26EBA; }
span { border-color: rgb(210,110,186); }
td.TdClassName
{
border-color: #D26EBA;
}
.TagClassName
{
border-color: #D26EBA;
}
</style>