Shades of Orchid #D26AE3
Tints of Orchid #D26AE3
RGB
CMYK
RGB Variations
Color information
#D26AE3 (or 0xD26AE3) is known color: Orchid. HEX triplet: D2, 6A and E3. RGB value is (210,106,227). Sum of RGB (Red+Green+Blue) = 210+106+227=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #D26AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AE3 is #2D951C. Grayscale: #969696. Windows color (decimal): -2987293 or 14904018. OLE color: 14904018.
HSL color Cylindrical-coordinate representation of color #D26AE3: hue angle of 291.57º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26AE3 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 106 | 227 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.11 |
| HSL | 291.57º | 0.68% | 0.65% | - |
| HSV(B) | 291.57º | 0.53% | 0.89% | - |
| XYZ | 45.6 | 29.56 | 75.97 | - |
| YUV | 150.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 227 | 0.07 | 0.53 | 0 | 0.11 | 291.57 | 0.68 | 0.65 |
| Hex | D2 | 6A | E3 | 7 | 35 | 0 | B | 124 | 44 | 41 |
| Octal | 322 | 152 | 343 | 7 | 65 | 0 | 13 | 444 | 104 | 101 |
| Binary | 11010010 | 1101010 | 11100011 | 111 | 110101 | 0 | 1011 | 100100100 | 1000100 | 1000001 |
Color Harmonies of #D26AE3
Complementary color
Monochromatic Colors of #D26AE3
Black with #D26AE3
Text Example
Text Example
White with #D26AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AE3; }
p { color: rgb(210,106,227); }
H1.HeaderClassName
{
color: #D26AE3;
}
.AnyTagClassName
{
color: #D26AE3;
}
</style>
background-color css
<style>
a { background-color: #D26AE3; }
a { background-color: rgb(210,106,227); }
div.DivClassName
{
background-color: #D26AE3;
}
.BgClassName
{
background-color: #D26AE3;
}
</style>
border-color css
<style>
span { border-color: #D26AE3; }
span { border-color: rgb(210,106,227); }
td.TdClassName
{
border-color: #D26AE3;
}
.TagClassName
{
border-color: #D26AE3;
}
</style>