Shades of Orchid #D26AC8
Tints of Orchid #D26AC8
RGB
CMYK
RGB Variations
Color information
#D26AC8 (or 0xD26AC8) is known color: Orchid. HEX triplet: D2, 6A and C8. RGB value is (210,106,200). Sum of RGB (Red+Green+Blue) = 210+106+200=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AC8 is #2D9537. Grayscale: #939393. Windows color (decimal): -2987320 or 13134546. OLE color: 13134546.
HSL color Cylindrical-coordinate representation of color #D26AC8: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AC8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 200 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.18 |
| HSL | 305.77º | 0.54% | 0.62% | - |
| HSV(B) | 305.77º | 0.5% | 0.82% | - |
| XYZ | 42.16 | 28.18 | 57.86 | - |
| YUV | 147.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 200 | 0 | 0.50 | 0.05 | 0.18 | 305.77 | 0.54 | 0.62 |
| Hex | D2 | 6A | C8 | 0 | 32 | 5 | 12 | 132 | 36 | 3E |
| Octal | 322 | 152 | 310 | 0 | 62 | 5 | 22 | 462 | 66 | 76 |
| Binary | 11010010 | 1101010 | 11001000 | 0 | 110010 | 101 | 10010 | 100110010 | 110110 | 111110 |
Color Harmonies of #D26AC8
Complementary color
Monochromatic Colors of #D26AC8
Black with #D26AC8
Text Example
Text Example
White with #D26AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AC8; }
p { color: rgb(210,106,200); }
H1.HeaderClassName
{
color: #D26AC8;
}
.AnyTagClassName
{
color: #D26AC8;
}
</style>
background-color css
<style>
a { background-color: #D26AC8; }
a { background-color: rgb(210,106,200); }
div.DivClassName
{
background-color: #D26AC8;
}
.BgClassName
{
background-color: #D26AC8;
}
</style>
border-color css
<style>
span { border-color: #D26AC8; }
span { border-color: rgb(210,106,200); }
td.TdClassName
{
border-color: #D26AC8;
}
.TagClassName
{
border-color: #D26AC8;
}
</style>