Shades of Orchid #D26ADD
Tints of Orchid #D26ADD
RGB
CMYK
RGB Variations
Color information
#D26ADD (or 0xD26ADD) is known color: Orchid. HEX triplet: D2, 6A and DD. RGB value is (210,106,221). Sum of RGB (Red+Green+Blue) = 210+106+221=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADD is #2D9522. Grayscale: #959595. Windows color (decimal): -2987299 or 14510802. OLE color: 14510802.
HSL color Cylindrical-coordinate representation of color #D26ADD: hue angle of 294.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26ADD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 106 | 221 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.13 |
| HSL | 294.26º | 0.63% | 0.64% | - |
| HSV(B) | 294.26º | 0.52% | 0.87% | - |
| XYZ | 44.78 | 29.23 | 71.69 | - |
| YUV | 150.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 221 | 0.05 | 0.52 | 0 | 0.13 | 294.26 | 0.63 | 0.64 |
| Hex | D2 | 6A | DD | 5 | 34 | 0 | D | 126 | 3F | 40 |
| Octal | 322 | 152 | 335 | 5 | 64 | 0 | 15 | 446 | 77 | 100 |
| Binary | 11010010 | 1101010 | 11011101 | 101 | 110100 | 0 | 1101 | 100100110 | 111111 | 1000000 |
Color Harmonies of #D26ADD
Complementary color
Monochromatic Colors of #D26ADD
Black with #D26ADD
Text Example
Text Example
White with #D26ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ADD; }
p { color: rgb(210,106,221); }
H1.HeaderClassName
{
color: #D26ADD;
}
.AnyTagClassName
{
color: #D26ADD;
}
</style>
background-color css
<style>
a { background-color: #D26ADD; }
a { background-color: rgb(210,106,221); }
div.DivClassName
{
background-color: #D26ADD;
}
.BgClassName
{
background-color: #D26ADD;
}
</style>
border-color css
<style>
span { border-color: #D26ADD; }
span { border-color: rgb(210,106,221); }
td.TdClassName
{
border-color: #D26ADD;
}
.TagClassName
{
border-color: #D26ADD;
}
</style>