Shades of Orchid #D370BE
Tints of Orchid #D370BE
RGB
CMYK
RGB Variations
Color information
#D370BE (or 0xD370BE) is known color: Orchid. HEX triplet: D3, 70 and BE. RGB value is (211,112,190). Sum of RGB (Red+Green+Blue) = 211+112+190=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D370BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370BE is #2C8F41. Grayscale: #969696. Windows color (decimal): -2920258 or 12480723. OLE color: 12480723.
HSL color Cylindrical-coordinate representation of color #D370BE: hue angle of 312.73º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D370BE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 190 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.17 |
| HSL | 312.73º | 0.53% | 0.63% | - |
| HSV(B) | 312.73º | 0.47% | 0.83% | - |
| XYZ | 41.95 | 29.15 | 52.13 | - |
| YUV | 150.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 190 | 0 | 0.47 | 0.10 | 0.17 | 312.73 | 0.53 | 0.63 |
| Hex | D3 | 70 | BE | 0 | 2F | A | 11 | 139 | 35 | 3F |
| Octal | 323 | 160 | 276 | 0 | 57 | 12 | 21 | 471 | 65 | 77 |
| Binary | 11010011 | 1110000 | 10111110 | 0 | 101111 | 1010 | 10001 | 100111001 | 110101 | 111111 |
Color Harmonies of #D370BE
Complementary color
Monochromatic Colors of #D370BE
Black with #D370BE
Text Example
Text Example
White with #D370BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370BE; }
p { color: rgb(211,112,190); }
H1.HeaderClassName
{
color: #D370BE;
}
.AnyTagClassName
{
color: #D370BE;
}
</style>
background-color css
<style>
a { background-color: #D370BE; }
a { background-color: rgb(211,112,190); }
div.DivClassName
{
background-color: #D370BE;
}
.BgClassName
{
background-color: #D370BE;
}
</style>
border-color css
<style>
span { border-color: #D370BE; }
span { border-color: rgb(211,112,190); }
td.TdClassName
{
border-color: #D370BE;
}
.TagClassName
{
border-color: #D370BE;
}
</style>