Shades of Orchid #D078C1
Tints of Orchid #D078C1
RGB
CMYK
RGB Variations
Color information
#D078C1 (or 0xD078C1) is known color: Orchid. HEX triplet: D0, 78 and C1. RGB value is (208,120,193). Sum of RGB (Red+Green+Blue) = 208+120+193=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D078C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078C1 is #2F873E. Grayscale: #9A9A9A. Windows color (decimal): -3114815 or 12679376. OLE color: 12679376.
HSL color Cylindrical-coordinate representation of color #D078C1: hue angle of 310.23º 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 #D078C1 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 193 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.18 |
| HSL | 310.23º | 0.48% | 0.64% | - |
| HSV(B) | 310.23º | 0.42% | 0.82% | - |
| XYZ | 42.35 | 30.69 | 54.14 | - |
| YUV | 154.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 193 | 0 | 0.42 | 0.07 | 0.18 | 310.23 | 0.48 | 0.64 |
| Hex | D0 | 78 | C1 | 0 | 2A | 7 | 12 | 136 | 30 | 40 |
| Octal | 320 | 170 | 301 | 0 | 52 | 7 | 22 | 466 | 60 | 100 |
| Binary | 11010000 | 1111000 | 11000001 | 0 | 101010 | 111 | 10010 | 100110110 | 110000 | 1000000 |
Color Harmonies of #D078C1
Complementary color
Monochromatic Colors of #D078C1
Black with #D078C1
Text Example
Text Example
White with #D078C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078C1; }
p { color: rgb(208,120,193); }
H1.HeaderClassName
{
color: #D078C1;
}
.AnyTagClassName
{
color: #D078C1;
}
</style>
background-color css
<style>
a { background-color: #D078C1; }
a { background-color: rgb(208,120,193); }
div.DivClassName
{
background-color: #D078C1;
}
.BgClassName
{
background-color: #D078C1;
}
</style>
border-color css
<style>
span { border-color: #D078C1; }
span { border-color: rgb(208,120,193); }
td.TdClassName
{
border-color: #D078C1;
}
.TagClassName
{
border-color: #D078C1;
}
</style>