Shades of Orchid #D574B9
Tints of Orchid #D574B9
RGB
CMYK
RGB Variations
Color information
#D574B9 (or 0xD574B9) is known color: Orchid. HEX triplet: D5, 74 and B9. RGB value is (213,116,185). Sum of RGB (Red+Green+Blue) = 213+116+185=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B9 is #2A8B46. Grayscale: #989898. Windows color (decimal): -2788167 or 12154069. OLE color: 12154069.
HSL color Cylindrical-coordinate representation of color #D574B9: hue angle of 317.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574B9 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 185 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.16 |
| HSL | 317.32º | 0.54% | 0.65% | - |
| HSV(B) | 317.32º | 0.46% | 0.84% | - |
| XYZ | 42.44 | 30.14 | 49.48 | - |
| YUV | 152.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 185 | 0 | 0.46 | 0.13 | 0.16 | 317.32 | 0.54 | 0.65 |
| Hex | D5 | 74 | B9 | 0 | 2E | D | 10 | 13D | 36 | 41 |
| Octal | 325 | 164 | 271 | 0 | 56 | 15 | 20 | 475 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10111001 | 0 | 101110 | 1101 | 10000 | 100111101 | 110110 | 1000001 |
Color Harmonies of #D574B9
Complementary color
Monochromatic Colors of #D574B9
Black with #D574B9
Text Example
Text Example
White with #D574B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574B9; }
p { color: rgb(213,116,185); }
H1.HeaderClassName
{
color: #D574B9;
}
.AnyTagClassName
{
color: #D574B9;
}
</style>
background-color css
<style>
a { background-color: #D574B9; }
a { background-color: rgb(213,116,185); }
div.DivClassName
{
background-color: #D574B9;
}
.BgClassName
{
background-color: #D574B9;
}
</style>
border-color css
<style>
span { border-color: #D574B9; }
span { border-color: rgb(213,116,185); }
td.TdClassName
{
border-color: #D574B9;
}
.TagClassName
{
border-color: #D574B9;
}
</style>