Shades of Orchid #D27ADD
Tints of Orchid #D27ADD
RGB
CMYK
RGB Variations
Color information
#D27ADD (or 0xD27ADD) is known color: Orchid. HEX triplet: D2, 7A and DD. RGB value is (210,122,221). Sum of RGB (Red+Green+Blue) = 210+122+221=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADD is #2D8522. Grayscale: #9F9F9F. Windows color (decimal): -2983203 or 14514898. OLE color: 14514898.
HSL color Cylindrical-coordinate representation of color #D27ADD: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27ADD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 122 | 221 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 293.33º | 0.59% | 0.67% | - |
| HSV(B) | 293.33º | 0.45% | 0.87% | - |
| XYZ | 46.59 | 32.84 | 72.29 | - |
| YUV | 159.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 221 | 0.05 | 0.45 | 0 | 0.13 | 293.33 | 0.59 | 0.67 |
| Hex | D2 | 7A | DD | 5 | 2D | 0 | D | 125 | 3B | 43 |
| Octal | 322 | 172 | 335 | 5 | 55 | 0 | 15 | 445 | 73 | 103 |
| Binary | 11010010 | 1111010 | 11011101 | 101 | 101101 | 0 | 1101 | 100100101 | 111011 | 1000011 |
Color Harmonies of #D27ADD
Complementary color
Monochromatic Colors of #D27ADD
Black with #D27ADD
Text Example
Text Example
White with #D27ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27ADD; }
p { color: rgb(210,122,221); }
H1.HeaderClassName
{
color: #D27ADD;
}
.AnyTagClassName
{
color: #D27ADD;
}
</style>
background-color css
<style>
a { background-color: #D27ADD; }
a { background-color: rgb(210,122,221); }
div.DivClassName
{
background-color: #D27ADD;
}
.BgClassName
{
background-color: #D27ADD;
}
</style>
border-color css
<style>
span { border-color: #D27ADD; }
span { border-color: rgb(210,122,221); }
td.TdClassName
{
border-color: #D27ADD;
}
.TagClassName
{
border-color: #D27ADD;
}
</style>