Shades of Orchid #D372BD
Tints of Orchid #D372BD
RGB
CMYK
RGB Variations
Color information
#D372BD (or 0xD372BD) is known color: Orchid. HEX triplet: D3, 72 and BD. RGB value is (211,114,189). Sum of RGB (Red+Green+Blue) = 211+114+189=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D372BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372BD is #2C8D42. Grayscale: #979797. Windows color (decimal): -2919747 or 12415699. OLE color: 12415699.
HSL color Cylindrical-coordinate representation of color #D372BD: hue angle of 313.61º 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 #D372BD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 189 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.17 |
| HSL | 313.61º | 0.52% | 0.64% | - |
| HSV(B) | 313.61º | 0.46% | 0.83% | - |
| XYZ | 42.07 | 29.56 | 51.63 | - |
| YUV | 151.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 189 | 0 | 0.46 | 0.10 | 0.17 | 313.61 | 0.52 | 0.64 |
| Hex | D3 | 72 | BD | 0 | 2E | A | 11 | 13A | 34 | 40 |
| Octal | 323 | 162 | 275 | 0 | 56 | 12 | 21 | 472 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10111101 | 0 | 101110 | 1010 | 10001 | 100111010 | 110100 | 1000000 |
Color Harmonies of #D372BD
Complementary color
Monochromatic Colors of #D372BD
Black with #D372BD
Text Example
Text Example
White with #D372BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372BD; }
p { color: rgb(211,114,189); }
H1.HeaderClassName
{
color: #D372BD;
}
.AnyTagClassName
{
color: #D372BD;
}
</style>
background-color css
<style>
a { background-color: #D372BD; }
a { background-color: rgb(211,114,189); }
div.DivClassName
{
background-color: #D372BD;
}
.BgClassName
{
background-color: #D372BD;
}
</style>
border-color css
<style>
span { border-color: #D372BD; }
span { border-color: rgb(211,114,189); }
td.TdClassName
{
border-color: #D372BD;
}
.TagClassName
{
border-color: #D372BD;
}
</style>