Shades of Orchid #D574BD
Tints of Orchid #D574BD
RGB
CMYK
RGB Variations
Color information
#D574BD (or 0xD574BD) is known color: Orchid. HEX triplet: D5, 74 and BD. RGB value is (213,116,189). Sum of RGB (Red+Green+Blue) = 213+116+189=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D574BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574BD is #2A8B42. Grayscale: #999999. Windows color (decimal): -2788163 or 12416213. OLE color: 12416213.
HSL color Cylindrical-coordinate representation of color #D574BD: hue angle of 314.85º 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 #D574BD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 189 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.16 |
| HSL | 314.85º | 0.54% | 0.65% | - |
| HSV(B) | 314.85º | 0.46% | 0.84% | - |
| XYZ | 42.87 | 30.31 | 51.74 | - |
| YUV | 153.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 189 | 0 | 0.46 | 0.11 | 0.16 | 314.85 | 0.54 | 0.65 |
| Hex | D5 | 74 | BD | 0 | 2E | B | 10 | 13B | 36 | 41 |
| Octal | 325 | 164 | 275 | 0 | 56 | 13 | 20 | 473 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10111101 | 0 | 101110 | 1011 | 10000 | 100111011 | 110110 | 1000001 |
Color Harmonies of #D574BD
Complementary color
Monochromatic Colors of #D574BD
Black with #D574BD
Text Example
Text Example
White with #D574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574BD; }
p { color: rgb(213,116,189); }
H1.HeaderClassName
{
color: #D574BD;
}
.AnyTagClassName
{
color: #D574BD;
}
</style>
background-color css
<style>
a { background-color: #D574BD; }
a { background-color: rgb(213,116,189); }
div.DivClassName
{
background-color: #D574BD;
}
.BgClassName
{
background-color: #D574BD;
}
</style>
border-color css
<style>
span { border-color: #D574BD; }
span { border-color: rgb(213,116,189); }
td.TdClassName
{
border-color: #D574BD;
}
.TagClassName
{
border-color: #D574BD;
}
</style>