Shades of Orchid #D078DF
Tints of Orchid #D078DF
RGB
CMYK
RGB Variations
Color information
#D078DF (or 0xD078DF) is known color: Orchid. HEX triplet: D0, 78 and DF. RGB value is (208,120,223). Sum of RGB (Red+Green+Blue) = 208+120+223=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D078DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DF is #2F8720. Grayscale: #9D9D9D. Windows color (decimal): -3114785 or 14645456. OLE color: 14645456.
HSL color Cylindrical-coordinate representation of color #D078DF: hue angle of 291.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D078DF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 120 | 223 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.13 |
| HSL | 291.26º | 0.62% | 0.67% | - |
| HSV(B) | 291.26º | 0.46% | 0.87% | - |
| XYZ | 46.05 | 32.17 | 73.59 | - |
| YUV | 158.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 223 | 0.07 | 0.46 | 0 | 0.13 | 291.26 | 0.62 | 0.67 |
| Hex | D0 | 78 | DF | 7 | 2E | 0 | D | 123 | 3E | 43 |
| Octal | 320 | 170 | 337 | 7 | 56 | 0 | 15 | 443 | 76 | 103 |
| Binary | 11010000 | 1111000 | 11011111 | 111 | 101110 | 0 | 1101 | 100100011 | 111110 | 1000011 |
Color Harmonies of #D078DF
Complementary color
Monochromatic Colors of #D078DF
Black with #D078DF
Text Example
Text Example
White with #D078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078DF; }
p { color: rgb(208,120,223); }
H1.HeaderClassName
{
color: #D078DF;
}
.AnyTagClassName
{
color: #D078DF;
}
</style>
background-color css
<style>
a { background-color: #D078DF; }
a { background-color: rgb(208,120,223); }
div.DivClassName
{
background-color: #D078DF;
}
.BgClassName
{
background-color: #D078DF;
}
</style>
border-color css
<style>
span { border-color: #D078DF; }
span { border-color: rgb(208,120,223); }
td.TdClassName
{
border-color: #D078DF;
}
.TagClassName
{
border-color: #D078DF;
}
</style>