Shades of Orchid #D26AD0
Tints of Orchid #D26AD0
RGB
CMYK
RGB Variations
Color information
#D26AD0 (or 0xD26AD0) is known color: Orchid. HEX triplet: D2, 6A and D0. RGB value is (210,106,208). Sum of RGB (Red+Green+Blue) = 210+106+208=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AD0 is #2D952F. Grayscale: #949494. Windows color (decimal): -2987312 or 13658834. OLE color: 13658834.
HSL color Cylindrical-coordinate representation of color #D26AD0: hue angle of 301.15º 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 #D26AD0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 208 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.18 |
| HSL | 301.15º | 0.54% | 0.62% | - |
| HSV(B) | 301.15º | 0.5% | 0.82% | - |
| XYZ | 43.12 | 28.56 | 62.92 | - |
| YUV | 148.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 208 | 0 | 0.50 | 0.01 | 0.18 | 301.15 | 0.54 | 0.62 |
| Hex | D2 | 6A | D0 | 0 | 32 | 1 | 12 | 12D | 36 | 3E |
| Octal | 322 | 152 | 320 | 0 | 62 | 1 | 22 | 455 | 66 | 76 |
| Binary | 11010010 | 1101010 | 11010000 | 0 | 110010 | 1 | 10010 | 100101101 | 110110 | 111110 |
Color Harmonies of #D26AD0
Complementary color
Monochromatic Colors of #D26AD0
Black with #D26AD0
Text Example
Text Example
White with #D26AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AD0; }
p { color: rgb(210,106,208); }
H1.HeaderClassName
{
color: #D26AD0;
}
.AnyTagClassName
{
color: #D26AD0;
}
</style>
background-color css
<style>
a { background-color: #D26AD0; }
a { background-color: rgb(210,106,208); }
div.DivClassName
{
background-color: #D26AD0;
}
.BgClassName
{
background-color: #D26AD0;
}
</style>
border-color css
<style>
span { border-color: #D26AD0; }
span { border-color: rgb(210,106,208); }
td.TdClassName
{
border-color: #D26AD0;
}
.TagClassName
{
border-color: #D26AD0;
}
</style>