Shades of Orchid #D078CD
Tints of Orchid #D078CD
RGB
CMYK
RGB Variations
Color information
#D078CD (or 0xD078CD) is known color: Orchid. HEX triplet: D0, 78 and CD. RGB value is (208,120,205). Sum of RGB (Red+Green+Blue) = 208+120+205=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D078CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078CD is #2F8732. Grayscale: #9B9B9B. Windows color (decimal): -3114803 or 13465808. OLE color: 13465808.
HSL color Cylindrical-coordinate representation of color #D078CD: hue angle of 302.05º 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 #D078CD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 205 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.18 |
| HSL | 302.05º | 0.48% | 0.64% | - |
| HSV(B) | 302.05º | 0.42% | 0.82% | - |
| XYZ | 43.75 | 31.25 | 61.48 | - |
| YUV | 156 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 205 | 0 | 0.42 | 0.01 | 0.18 | 302.05 | 0.48 | 0.64 |
| Hex | D0 | 78 | CD | 0 | 2A | 1 | 12 | 12E | 30 | 40 |
| Octal | 320 | 170 | 315 | 0 | 52 | 1 | 22 | 456 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11001101 | 0 | 101010 | 1 | 10010 | 100101110 | 110000 | 1000000 |
Color Harmonies of #D078CD
Complementary color
Monochromatic Colors of #D078CD
Black with #D078CD
Text Example
Text Example
White with #D078CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078CD; }
p { color: rgb(208,120,205); }
H1.HeaderClassName
{
color: #D078CD;
}
.AnyTagClassName
{
color: #D078CD;
}
</style>
background-color css
<style>
a { background-color: #D078CD; }
a { background-color: rgb(208,120,205); }
div.DivClassName
{
background-color: #D078CD;
}
.BgClassName
{
background-color: #D078CD;
}
</style>
border-color css
<style>
span { border-color: #D078CD; }
span { border-color: rgb(208,120,205); }
td.TdClassName
{
border-color: #D078CD;
}
.TagClassName
{
border-color: #D078CD;
}
</style>