Shades of Orchid #D370BF
Tints of Orchid #D370BF
RGB
CMYK
RGB Variations
Color information
#D370BF (or 0xD370BF) is known color: Orchid. HEX triplet: D3, 70 and BF. RGB value is (211,112,191). Sum of RGB (Red+Green+Blue) = 211+112+191=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D370BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370BF is #2C8F40. Grayscale: #969696. Windows color (decimal): -2920257 or 12546259. OLE color: 12546259.
HSL color Cylindrical-coordinate representation of color #D370BF: hue angle of 312.12º 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 #D370BF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 191 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.17 |
| HSL | 312.12º | 0.53% | 0.63% | - |
| HSV(B) | 312.12º | 0.47% | 0.83% | - |
| XYZ | 42.06 | 29.2 | 52.71 | - |
| YUV | 150.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 191 | 0 | 0.47 | 0.09 | 0.17 | 312.12 | 0.53 | 0.63 |
| Hex | D3 | 70 | BF | 0 | 2F | 9 | 11 | 138 | 35 | 3F |
| Octal | 323 | 160 | 277 | 0 | 57 | 11 | 21 | 470 | 65 | 77 |
| Binary | 11010011 | 1110000 | 10111111 | 0 | 101111 | 1001 | 10001 | 100111000 | 110101 | 111111 |
Color Harmonies of #D370BF
Complementary color
Monochromatic Colors of #D370BF
Black with #D370BF
Text Example
Text Example
White with #D370BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370BF; }
p { color: rgb(211,112,191); }
H1.HeaderClassName
{
color: #D370BF;
}
.AnyTagClassName
{
color: #D370BF;
}
</style>
background-color css
<style>
a { background-color: #D370BF; }
a { background-color: rgb(211,112,191); }
div.DivClassName
{
background-color: #D370BF;
}
.BgClassName
{
background-color: #D370BF;
}
</style>
border-color css
<style>
span { border-color: #D370BF; }
span { border-color: rgb(211,112,191); }
td.TdClassName
{
border-color: #D370BF;
}
.TagClassName
{
border-color: #D370BF;
}
</style>