Shades of Orchid #D078C9
Tints of Orchid #D078C9
RGB
CMYK
RGB Variations
Color information
#D078C9 (or 0xD078C9) is known color: Orchid. HEX triplet: D0, 78 and C9. RGB value is (208,120,201). Sum of RGB (Red+Green+Blue) = 208+120+201=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D078C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078C9 is #2F8736. Grayscale: #9B9B9B. Windows color (decimal): -3114807 or 13203664. OLE color: 13203664.
HSL color Cylindrical-coordinate representation of color #D078C9: hue angle of 304.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078C9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 201 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.18 |
| HSL | 304.77º | 0.48% | 0.64% | - |
| HSV(B) | 304.77º | 0.42% | 0.82% | - |
| XYZ | 43.27 | 31.06 | 58.97 | - |
| YUV | 155.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 201 | 0 | 0.42 | 0.03 | 0.18 | 304.77 | 0.48 | 0.64 |
| Hex | D0 | 78 | C9 | 0 | 2A | 3 | 12 | 131 | 30 | 40 |
| Octal | 320 | 170 | 311 | 0 | 52 | 3 | 22 | 461 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11001001 | 0 | 101010 | 11 | 10010 | 100110001 | 110000 | 1000000 |
Color Harmonies of #D078C9
Complementary color
Monochromatic Colors of #D078C9
Black with #D078C9
Text Example
Text Example
White with #D078C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078C9; }
p { color: rgb(208,120,201); }
H1.HeaderClassName
{
color: #D078C9;
}
.AnyTagClassName
{
color: #D078C9;
}
</style>
background-color css
<style>
a { background-color: #D078C9; }
a { background-color: rgb(208,120,201); }
div.DivClassName
{
background-color: #D078C9;
}
.BgClassName
{
background-color: #D078C9;
}
</style>
border-color css
<style>
span { border-color: #D078C9; }
span { border-color: rgb(208,120,201); }
td.TdClassName
{
border-color: #D078C9;
}
.TagClassName
{
border-color: #D078C9;
}
</style>