Shades of Orchid #D26ADF
Tints of Orchid #D26ADF
RGB
CMYK
RGB Variations
Color information
#D26ADF (or 0xD26ADF) is known color: Orchid. HEX triplet: D2, 6A and DF. RGB value is (210,106,223). Sum of RGB (Red+Green+Blue) = 210+106+223=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADF is #2D9520. Grayscale: #969696. Windows color (decimal): -2987297 or 14641874. OLE color: 14641874.
HSL color Cylindrical-coordinate representation of color #D26ADF: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26ADF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 106 | 223 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.13 |
| HSL | 293.33º | 0.65% | 0.65% | - |
| HSV(B) | 293.33º | 0.52% | 0.87% | - |
| XYZ | 45.05 | 29.34 | 73.1 | - |
| YUV | 150.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 223 | 0.06 | 0.52 | 0 | 0.13 | 293.33 | 0.65 | 0.65 |
| Hex | D2 | 6A | DF | 6 | 34 | 0 | D | 125 | 41 | 41 |
| Octal | 322 | 152 | 337 | 6 | 64 | 0 | 15 | 445 | 101 | 101 |
| Binary | 11010010 | 1101010 | 11011111 | 110 | 110100 | 0 | 1101 | 100100101 | 1000001 | 1000001 |
Color Harmonies of #D26ADF
Complementary color
Monochromatic Colors of #D26ADF
Black with #D26ADF
Text Example
Text Example
White with #D26ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ADF; }
p { color: rgb(210,106,223); }
H1.HeaderClassName
{
color: #D26ADF;
}
.AnyTagClassName
{
color: #D26ADF;
}
</style>
background-color css
<style>
a { background-color: #D26ADF; }
a { background-color: rgb(210,106,223); }
div.DivClassName
{
background-color: #D26ADF;
}
.BgClassName
{
background-color: #D26ADF;
}
</style>
border-color css
<style>
span { border-color: #D26ADF; }
span { border-color: rgb(210,106,223); }
td.TdClassName
{
border-color: #D26ADF;
}
.TagClassName
{
border-color: #D26ADF;
}
</style>