Shades of Orchid #D578D4
Tints of Orchid #D578D4
RGB
CMYK
RGB Variations
Color information
#D578D4 (or 0xD578D4) is known color: Orchid. HEX triplet: D5, 78 and D4. RGB value is (213,120,212). Sum of RGB (Red+Green+Blue) = 213+120+212=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D578D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578D4 is #2A872B. Grayscale: #9E9E9E. Windows color (decimal): -2787116 or 13924565. OLE color: 13924565.
HSL color Cylindrical-coordinate representation of color #D578D4: hue angle of 300.65º 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 #D578D4 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 212 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.16 |
| HSL | 300.65º | 0.53% | 0.65% | - |
| HSV(B) | 300.65º | 0.44% | 0.84% | - |
| XYZ | 46.04 | 32.33 | 66.1 | - |
| YUV | 158.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 212 | 0 | 0.44 | 0.00 | 0.16 | 300.65 | 0.53 | 0.65 |
| Hex | D5 | 78 | D4 | 0 | 2C | 0 | 10 | 12D | 35 | 41 |
| Octal | 325 | 170 | 324 | 0 | 54 | 0 | 20 | 455 | 65 | 101 |
| Binary | 11010101 | 1111000 | 11010100 | 0 | 101100 | 0 | 10000 | 100101101 | 110101 | 1000001 |
Color Harmonies of #D578D4
Complementary color
Monochromatic Colors of #D578D4
Black with #D578D4
Text Example
Text Example
White with #D578D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578D4; }
p { color: rgb(213,120,212); }
H1.HeaderClassName
{
color: #D578D4;
}
.AnyTagClassName
{
color: #D578D4;
}
</style>
background-color css
<style>
a { background-color: #D578D4; }
a { background-color: rgb(213,120,212); }
div.DivClassName
{
background-color: #D578D4;
}
.BgClassName
{
background-color: #D578D4;
}
</style>
border-color css
<style>
span { border-color: #D578D4; }
span { border-color: rgb(213,120,212); }
td.TdClassName
{
border-color: #D578D4;
}
.TagClassName
{
border-color: #D578D4;
}
</style>