Shades of Orchid #D78AD0
Tints of Orchid #D78AD0
RGB
CMYK
RGB Variations
Color information
#D78AD0 (or 0xD78AD0) is known color: Orchid. HEX triplet: D7, 8A and D0. RGB value is (215,138,208). Sum of RGB (Red+Green+Blue) = 215+138+208=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD0 is #28752F. Grayscale: #A8A8A8. Windows color (decimal): -2651440 or 13667031. OLE color: 13667031.
HSL color Cylindrical-coordinate representation of color #D78AD0: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AD0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 208 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.16 |
| HSL | 305.45º | 0.49% | 0.69% | - |
| HSV(B) | 305.45º | 0.36% | 0.84% | - |
| XYZ | 48.5 | 37.18 | 64.29 | - |
| YUV | 169 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 208 | 0 | 0.36 | 0.03 | 0.16 | 305.45 | 0.49 | 0.69 |
| Hex | D7 | 8A | D0 | 0 | 24 | 3 | 10 | 131 | 31 | 45 |
| Octal | 327 | 212 | 320 | 0 | 44 | 3 | 20 | 461 | 61 | 105 |
| Binary | 11010111 | 10001010 | 11010000 | 0 | 100100 | 11 | 10000 | 100110001 | 110001 | 1000101 |
Color Harmonies of #D78AD0
Complementary color
Monochromatic Colors of #D78AD0
Black with #D78AD0
Text Example
Text Example
White with #D78AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78AD0; }
p { color: rgb(215,138,208); }
H1.HeaderClassName
{
color: #D78AD0;
}
.AnyTagClassName
{
color: #D78AD0;
}
</style>
background-color css
<style>
a { background-color: #D78AD0; }
a { background-color: rgb(215,138,208); }
div.DivClassName
{
background-color: #D78AD0;
}
.BgClassName
{
background-color: #D78AD0;
}
</style>
border-color css
<style>
span { border-color: #D78AD0; }
span { border-color: rgb(215,138,208); }
td.TdClassName
{
border-color: #D78AD0;
}
.TagClassName
{
border-color: #D78AD0;
}
</style>