Shades of Orchid #D07ADD
Tints of Orchid #D07ADD
RGB
CMYK
RGB Variations
Color information
#D07ADD (or 0xD07ADD) is known color: Orchid. HEX triplet: D0, 7A and DD. RGB value is (208,122,221). Sum of RGB (Red+Green+Blue) = 208+122+221=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ADD is #2F8522. Grayscale: #9E9E9E. Windows color (decimal): -3114275 or 14514896. OLE color: 14514896.
HSL color Cylindrical-coordinate representation of color #D07ADD: hue angle of 292.12º 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 #D07ADD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 122 | 221 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.13 |
| HSL | 292.12º | 0.59% | 0.67% | - |
| HSV(B) | 292.12º | 0.45% | 0.87% | - |
| XYZ | 46.02 | 32.55 | 72.26 | - |
| YUV | 159 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 221 | 0.06 | 0.45 | 0 | 0.13 | 292.12 | 0.59 | 0.67 |
| Hex | D0 | 7A | DD | 6 | 2D | 0 | D | 124 | 3B | 43 |
| Octal | 320 | 172 | 335 | 6 | 55 | 0 | 15 | 444 | 73 | 103 |
| Binary | 11010000 | 1111010 | 11011101 | 110 | 101101 | 0 | 1101 | 100100100 | 111011 | 1000011 |
Color Harmonies of #D07ADD
Complementary color
Monochromatic Colors of #D07ADD
Black with #D07ADD
Text Example
Text Example
White with #D07ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ADD; }
p { color: rgb(208,122,221); }
H1.HeaderClassName
{
color: #D07ADD;
}
.AnyTagClassName
{
color: #D07ADD;
}
</style>
background-color css
<style>
a { background-color: #D07ADD; }
a { background-color: rgb(208,122,221); }
div.DivClassName
{
background-color: #D07ADD;
}
.BgClassName
{
background-color: #D07ADD;
}
</style>
border-color css
<style>
span { border-color: #D07ADD; }
span { border-color: rgb(208,122,221); }
td.TdClassName
{
border-color: #D07ADD;
}
.TagClassName
{
border-color: #D07ADD;
}
</style>