Shades of Orchid #D575BF
Tints of Orchid #D575BF
RGB
CMYK
RGB Variations
Color information
#D575BF (or 0xD575BF) is known color: Orchid. HEX triplet: D5, 75 and BF. RGB value is (213,117,191). Sum of RGB (Red+Green+Blue) = 213+117+191=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BF is #2A8A40. Grayscale: #999999. Windows color (decimal): -2787905 or 12547541. OLE color: 12547541.
HSL color Cylindrical-coordinate representation of color #D575BF: hue angle of 313.75º 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 #D575BF is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 191 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.16 |
| HSL | 313.75º | 0.53% | 0.65% | - |
| HSV(B) | 313.75º | 0.45% | 0.84% | - |
| XYZ | 43.21 | 30.63 | 52.93 | - |
| YUV | 154.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 191 | 0 | 0.45 | 0.10 | 0.16 | 313.75 | 0.53 | 0.65 |
| Hex | D5 | 75 | BF | 0 | 2D | A | 10 | 13A | 35 | 41 |
| Octal | 325 | 165 | 277 | 0 | 55 | 12 | 20 | 472 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10111111 | 0 | 101101 | 1010 | 10000 | 100111010 | 110101 | 1000001 |
Color Harmonies of #D575BF
Complementary color
Monochromatic Colors of #D575BF
Black with #D575BF
Text Example
Text Example
White with #D575BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575BF; }
p { color: rgb(213,117,191); }
H1.HeaderClassName
{
color: #D575BF;
}
.AnyTagClassName
{
color: #D575BF;
}
</style>
background-color css
<style>
a { background-color: #D575BF; }
a { background-color: rgb(213,117,191); }
div.DivClassName
{
background-color: #D575BF;
}
.BgClassName
{
background-color: #D575BF;
}
</style>
border-color css
<style>
span { border-color: #D575BF; }
span { border-color: rgb(213,117,191); }
td.TdClassName
{
border-color: #D575BF;
}
.TagClassName
{
border-color: #D575BF;
}
</style>