Shades of Orchid #D578DF
Tints of Orchid #D578DF
RGB
CMYK
RGB Variations
Color information
#D578DF (or 0xD578DF) is known color: Orchid. HEX triplet: D5, 78 and DF. RGB value is (213,120,223). Sum of RGB (Red+Green+Blue) = 213+120+223=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D578DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578DF is #2A8720. Grayscale: #9F9F9F. Windows color (decimal): -2787105 or 14645461. OLE color: 14645461.
HSL color Cylindrical-coordinate representation of color #D578DF: hue angle of 294.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D578DF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 120 | 223 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 294.17º | 0.62% | 0.67% | - |
| HSV(B) | 294.17º | 0.46% | 0.87% | - |
| XYZ | 47.48 | 32.91 | 73.66 | - |
| YUV | 159.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 223 | 0.04 | 0.46 | 0 | 0.13 | 294.17 | 0.62 | 0.67 |
| Hex | D5 | 78 | DF | 4 | 2E | 0 | D | 126 | 3E | 43 |
| Octal | 325 | 170 | 337 | 4 | 56 | 0 | 15 | 446 | 76 | 103 |
| Binary | 11010101 | 1111000 | 11011111 | 100 | 101110 | 0 | 1101 | 100100110 | 111110 | 1000011 |
Color Harmonies of #D578DF
Complementary color
Monochromatic Colors of #D578DF
Black with #D578DF
Text Example
Text Example
White with #D578DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578DF; }
p { color: rgb(213,120,223); }
H1.HeaderClassName
{
color: #D578DF;
}
.AnyTagClassName
{
color: #D578DF;
}
</style>
background-color css
<style>
a { background-color: #D578DF; }
a { background-color: rgb(213,120,223); }
div.DivClassName
{
background-color: #D578DF;
}
.BgClassName
{
background-color: #D578DF;
}
</style>
border-color css
<style>
span { border-color: #D578DF; }
span { border-color: rgb(213,120,223); }
td.TdClassName
{
border-color: #D578DF;
}
.TagClassName
{
border-color: #D578DF;
}
</style>