Shades of Orchid #D575BD
Tints of Orchid #D575BD
RGB
CMYK
RGB Variations
Color information
#D575BD (or 0xD575BD) is known color: Orchid. HEX triplet: D5, 75 and BD. RGB value is (213,117,189). Sum of RGB (Red+Green+Blue) = 213+117+189=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BD is #2A8A42. Grayscale: #999999. Windows color (decimal): -2787907 or 12416469. OLE color: 12416469.
HSL color Cylindrical-coordinate representation of color #D575BD: hue angle of 315º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575BD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 189 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.16 |
| HSL | 315º | 0.53% | 0.65% | - |
| HSV(B) | 315º | 0.45% | 0.84% | - |
| XYZ | 42.99 | 30.54 | 51.77 | - |
| YUV | 153.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 189 | 0 | 0.45 | 0.11 | 0.16 | 315 | 0.53 | 0.65 |
| Hex | D5 | 75 | BD | 0 | 2D | B | 10 | 13B | 35 | 41 |
| Octal | 325 | 165 | 275 | 0 | 55 | 13 | 20 | 473 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10111101 | 0 | 101101 | 1011 | 10000 | 100111011 | 110101 | 1000001 |
Color Harmonies of #D575BD
Complementary color
Monochromatic Colors of #D575BD
Black with #D575BD
Text Example
Text Example
White with #D575BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575BD; }
p { color: rgb(213,117,189); }
H1.HeaderClassName
{
color: #D575BD;
}
.AnyTagClassName
{
color: #D575BD;
}
</style>
background-color css
<style>
a { background-color: #D575BD; }
a { background-color: rgb(213,117,189); }
div.DivClassName
{
background-color: #D575BD;
}
.BgClassName
{
background-color: #D575BD;
}
</style>
border-color css
<style>
span { border-color: #D575BD; }
span { border-color: rgb(213,117,189); }
td.TdClassName
{
border-color: #D575BD;
}
.TagClassName
{
border-color: #D575BD;
}
</style>