Shades of Orchid #D078CF
Tints of Orchid #D078CF
RGB
CMYK
RGB Variations
Color information
#D078CF (or 0xD078CF) is known color: Orchid. HEX triplet: D0, 78 and CF. RGB value is (208,120,207). Sum of RGB (Red+Green+Blue) = 208+120+207=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CF is #2F8730. Grayscale: #9B9B9B. Windows color (decimal): -3114801 or 13596880. OLE color: 13596880.
HSL color Cylindrical-coordinate representation of color #D078CF: hue angle of 300.68º 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 #D078CF is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 207 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.18 |
| HSL | 300.68º | 0.48% | 0.64% | - |
| HSV(B) | 300.68º | 0.42% | 0.82% | - |
| XYZ | 43.99 | 31.35 | 62.76 | - |
| YUV | 156.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 207 | 0 | 0.42 | 0.00 | 0.18 | 300.68 | 0.48 | 0.64 |
| Hex | D0 | 78 | CF | 0 | 2A | 0 | 12 | 12D | 30 | 40 |
| Octal | 320 | 170 | 317 | 0 | 52 | 0 | 22 | 455 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11001111 | 0 | 101010 | 0 | 10010 | 100101101 | 110000 | 1000000 |
Color Harmonies of #D078CF
Complementary color
Monochromatic Colors of #D078CF
Black with #D078CF
Text Example
Text Example
White with #D078CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078CF; }
p { color: rgb(208,120,207); }
H1.HeaderClassName
{
color: #D078CF;
}
.AnyTagClassName
{
color: #D078CF;
}
</style>
background-color css
<style>
a { background-color: #D078CF; }
a { background-color: rgb(208,120,207); }
div.DivClassName
{
background-color: #D078CF;
}
.BgClassName
{
background-color: #D078CF;
}
</style>
border-color css
<style>
span { border-color: #D078CF; }
span { border-color: rgb(208,120,207); }
td.TdClassName
{
border-color: #D078CF;
}
.TagClassName
{
border-color: #D078CF;
}
</style>