Shades of Orchid #D575BB
Tints of Orchid #D575BB
RGB
CMYK
RGB Variations
Color information
#D575BB (or 0xD575BB) is known color: Orchid. HEX triplet: D5, 75 and BB. RGB value is (213,117,187). Sum of RGB (Red+Green+Blue) = 213+117+187=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BB is #2A8A44. Grayscale: #999999. Windows color (decimal): -2787909 or 12285397. OLE color: 12285397.
HSL color Cylindrical-coordinate representation of color #D575BB: hue angle of 316.25º 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 #D575BB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 187 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.16 |
| HSL | 316.25º | 0.53% | 0.65% | - |
| HSV(B) | 316.25º | 0.45% | 0.84% | - |
| XYZ | 42.77 | 30.46 | 50.64 | - |
| YUV | 153.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 187 | 0 | 0.45 | 0.12 | 0.16 | 316.25 | 0.53 | 0.65 |
| Hex | D5 | 75 | BB | 0 | 2D | C | 10 | 13C | 35 | 41 |
| Octal | 325 | 165 | 273 | 0 | 55 | 14 | 20 | 474 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10111011 | 0 | 101101 | 1100 | 10000 | 100111100 | 110101 | 1000001 |
Color Harmonies of #D575BB
Complementary color
Monochromatic Colors of #D575BB
Black with #D575BB
Text Example
Text Example
White with #D575BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575BB; }
p { color: rgb(213,117,187); }
H1.HeaderClassName
{
color: #D575BB;
}
.AnyTagClassName
{
color: #D575BB;
}
</style>
background-color css
<style>
a { background-color: #D575BB; }
a { background-color: rgb(213,117,187); }
div.DivClassName
{
background-color: #D575BB;
}
.BgClassName
{
background-color: #D575BB;
}
</style>
border-color css
<style>
span { border-color: #D575BB; }
span { border-color: rgb(213,117,187); }
td.TdClassName
{
border-color: #D575BB;
}
.TagClassName
{
border-color: #D575BB;
}
</style>