Shades of Orchid #D07ADF
Tints of Orchid #D07ADF
RGB
CMYK
RGB Variations
Color information
#D07ADF (or 0xD07ADF) is known color: Orchid. HEX triplet: D0, 7A and DF. RGB value is (208,122,223). Sum of RGB (Red+Green+Blue) = 208+122+223=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D07ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ADF is #2F8520. Grayscale: #9E9E9E. Windows color (decimal): -3114273 or 14645968. OLE color: 14645968.
HSL color Cylindrical-coordinate representation of color #D07ADF: hue angle of 291.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07ADF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 122 | 223 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 291.09º | 0.61% | 0.68% | - |
| HSV(B) | 291.09º | 0.45% | 0.87% | - |
| XYZ | 46.29 | 32.66 | 73.68 | - |
| YUV | 159.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 223 | 0.07 | 0.45 | 0 | 0.13 | 291.09 | 0.61 | 0.68 |
| Hex | D0 | 7A | DF | 7 | 2D | 0 | D | 123 | 3D | 44 |
| Octal | 320 | 172 | 337 | 7 | 55 | 0 | 15 | 443 | 75 | 104 |
| Binary | 11010000 | 1111010 | 11011111 | 111 | 101101 | 0 | 1101 | 100100011 | 111101 | 1000100 |
Color Harmonies of #D07ADF
Complementary color
Monochromatic Colors of #D07ADF
Black with #D07ADF
Text Example
Text Example
White with #D07ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ADF; }
p { color: rgb(208,122,223); }
H1.HeaderClassName
{
color: #D07ADF;
}
.AnyTagClassName
{
color: #D07ADF;
}
</style>
background-color css
<style>
a { background-color: #D07ADF; }
a { background-color: rgb(208,122,223); }
div.DivClassName
{
background-color: #D07ADF;
}
.BgClassName
{
background-color: #D07ADF;
}
</style>
border-color css
<style>
span { border-color: #D07ADF; }
span { border-color: rgb(208,122,223); }
td.TdClassName
{
border-color: #D07ADF;
}
.TagClassName
{
border-color: #D07ADF;
}
</style>