Shades of Orchid #D078CE
Tints of Orchid #D078CE
RGB
CMYK
RGB Variations
Color information
#D078CE (or 0xD078CE) is known color: Orchid. HEX triplet: D0, 78 and CE. RGB value is (208,120,206). Sum of RGB (Red+Green+Blue) = 208+120+206=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CE is #2F8731. Grayscale: #9B9B9B. Windows color (decimal): -3114802 or 13531344. OLE color: 13531344.
HSL color Cylindrical-coordinate representation of color #D078CE: hue angle of 301.36º 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 #D078CE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 206 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.18 |
| HSL | 301.36º | 0.48% | 0.64% | - |
| HSV(B) | 301.36º | 0.42% | 0.82% | - |
| XYZ | 43.87 | 31.3 | 62.12 | - |
| YUV | 156.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 206 | 0 | 0.42 | 0.01 | 0.18 | 301.36 | 0.48 | 0.64 |
| Hex | D0 | 78 | CE | 0 | 2A | 1 | 12 | 12D | 30 | 40 |
| Octal | 320 | 170 | 316 | 0 | 52 | 1 | 22 | 455 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11001110 | 0 | 101010 | 1 | 10010 | 100101101 | 110000 | 1000000 |
Color Harmonies of #D078CE
Complementary color
Monochromatic Colors of #D078CE
Black with #D078CE
Text Example
Text Example
White with #D078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078CE; }
p { color: rgb(208,120,206); }
H1.HeaderClassName
{
color: #D078CE;
}
.AnyTagClassName
{
color: #D078CE;
}
</style>
background-color css
<style>
a { background-color: #D078CE; }
a { background-color: rgb(208,120,206); }
div.DivClassName
{
background-color: #D078CE;
}
.BgClassName
{
background-color: #D078CE;
}
</style>
border-color css
<style>
span { border-color: #D078CE; }
span { border-color: rgb(208,120,206); }
td.TdClassName
{
border-color: #D078CE;
}
.TagClassName
{
border-color: #D078CE;
}
</style>