Shades of Orchid #D372BF
Tints of Orchid #D372BF
RGB
CMYK
RGB Variations
Color information
#D372BF (or 0xD372BF) is known color: Orchid. HEX triplet: D3, 72 and BF. RGB value is (211,114,191). Sum of RGB (Red+Green+Blue) = 211+114+191=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D372BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372BF is #2C8D40. Grayscale: #979797. Windows color (decimal): -2919745 or 12546771. OLE color: 12546771.
HSL color Cylindrical-coordinate representation of color #D372BF: hue angle of 312.37º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D372BF is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 191 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.17 |
| HSL | 312.37º | 0.52% | 0.64% | - |
| HSV(B) | 312.37º | 0.46% | 0.83% | - |
| XYZ | 42.29 | 29.65 | 52.78 | - |
| YUV | 151.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 191 | 0 | 0.46 | 0.09 | 0.17 | 312.37 | 0.52 | 0.64 |
| Hex | D3 | 72 | BF | 0 | 2E | 9 | 11 | 138 | 34 | 40 |
| Octal | 323 | 162 | 277 | 0 | 56 | 11 | 21 | 470 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10111111 | 0 | 101110 | 1001 | 10001 | 100111000 | 110100 | 1000000 |
Color Harmonies of #D372BF
Complementary color
Monochromatic Colors of #D372BF
Black with #D372BF
Text Example
Text Example
White with #D372BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372BF; }
p { color: rgb(211,114,191); }
H1.HeaderClassName
{
color: #D372BF;
}
.AnyTagClassName
{
color: #D372BF;
}
</style>
background-color css
<style>
a { background-color: #D372BF; }
a { background-color: rgb(211,114,191); }
div.DivClassName
{
background-color: #D372BF;
}
.BgClassName
{
background-color: #D372BF;
}
</style>
border-color css
<style>
span { border-color: #D372BF; }
span { border-color: rgb(211,114,191); }
td.TdClassName
{
border-color: #D372BF;
}
.TagClassName
{
border-color: #D372BF;
}
</style>