Shades of Orchid #D578BA
Tints of Orchid #D578BA
RGB
CMYK
RGB Variations
Color information
#D578BA (or 0xD578BA) is known color: Orchid. HEX triplet: D5, 78 and BA. RGB value is (213,120,186). Sum of RGB (Red+Green+Blue) = 213+120+186=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D578BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578BA is #2A8745. Grayscale: #9B9B9B. Windows color (decimal): -2787142 or 12220629. OLE color: 12220629.
HSL color Cylindrical-coordinate representation of color #D578BA: hue angle of 317.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578BA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 186 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.16 |
| HSL | 317.42º | 0.53% | 0.65% | - |
| HSV(B) | 317.42º | 0.44% | 0.84% | - |
| XYZ | 43.02 | 31.12 | 50.19 | - |
| YUV | 155.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 186 | 0 | 0.44 | 0.13 | 0.16 | 317.42 | 0.53 | 0.65 |
| Hex | D5 | 78 | BA | 0 | 2C | D | 10 | 13D | 35 | 41 |
| Octal | 325 | 170 | 272 | 0 | 54 | 15 | 20 | 475 | 65 | 101 |
| Binary | 11010101 | 1111000 | 10111010 | 0 | 101100 | 1101 | 10000 | 100111101 | 110101 | 1000001 |
Color Harmonies of #D578BA
Complementary color
Monochromatic Colors of #D578BA
Black with #D578BA
Text Example
Text Example
White with #D578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578BA; }
p { color: rgb(213,120,186); }
H1.HeaderClassName
{
color: #D578BA;
}
.AnyTagClassName
{
color: #D578BA;
}
</style>
background-color css
<style>
a { background-color: #D578BA; }
a { background-color: rgb(213,120,186); }
div.DivClassName
{
background-color: #D578BA;
}
.BgClassName
{
background-color: #D578BA;
}
</style>
border-color css
<style>
span { border-color: #D578BA; }
span { border-color: rgb(213,120,186); }
td.TdClassName
{
border-color: #D578BA;
}
.TagClassName
{
border-color: #D578BA;
}
</style>