Shades of Orchid #D575BE
Tints of Orchid #D575BE
RGB
CMYK
RGB Variations
Color information
#D575BE (or 0xD575BE) is known color: Orchid. HEX triplet: D5, 75 and BE. RGB value is (213,117,190). Sum of RGB (Red+Green+Blue) = 213+117+190=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BE is #2A8A41. Grayscale: #999999. Windows color (decimal): -2787906 or 12482005. OLE color: 12482005.
HSL color Cylindrical-coordinate representation of color #D575BE: hue angle of 314.38º 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 #D575BE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 190 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.16 |
| HSL | 314.38º | 0.53% | 0.65% | - |
| HSV(B) | 314.38º | 0.45% | 0.84% | - |
| XYZ | 43.1 | 30.59 | 52.35 | - |
| YUV | 154.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 190 | 0 | 0.45 | 0.11 | 0.16 | 314.38 | 0.53 | 0.65 |
| Hex | D5 | 75 | BE | 0 | 2D | B | 10 | 13A | 35 | 41 |
| Octal | 325 | 165 | 276 | 0 | 55 | 13 | 20 | 472 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10111110 | 0 | 101101 | 1011 | 10000 | 100111010 | 110101 | 1000001 |
Color Harmonies of #D575BE
Complementary color
Monochromatic Colors of #D575BE
Black with #D575BE
Text Example
Text Example
White with #D575BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575BE; }
p { color: rgb(213,117,190); }
H1.HeaderClassName
{
color: #D575BE;
}
.AnyTagClassName
{
color: #D575BE;
}
</style>
background-color css
<style>
a { background-color: #D575BE; }
a { background-color: rgb(213,117,190); }
div.DivClassName
{
background-color: #D575BE;
}
.BgClassName
{
background-color: #D575BE;
}
</style>
border-color css
<style>
span { border-color: #D575BE; }
span { border-color: rgb(213,117,190); }
td.TdClassName
{
border-color: #D575BE;
}
.TagClassName
{
border-color: #D575BE;
}
</style>