Shades of Orchid #D372D0
Tints of Orchid #D372D0
RGB
CMYK
RGB Variations
Color information
#D372D0 (or 0xD372D0) is known color: Orchid. HEX triplet: D3, 72 and D0. RGB value is (211,114,208). Sum of RGB (Red+Green+Blue) = 211+114+208=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D372D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372D0 is #2C8D2F. Grayscale: #999999. Windows color (decimal): -2919728 or 13660883. OLE color: 13660883.
HSL color Cylindrical-coordinate representation of color #D372D0: hue angle of 301.86º 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 #D372D0 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 208 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.17 |
| HSL | 301.86º | 0.52% | 0.64% | - |
| HSV(B) | 301.86º | 0.46% | 0.83% | - |
| XYZ | 44.27 | 30.44 | 63.22 | - |
| YUV | 153.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 208 | 0 | 0.46 | 0.01 | 0.17 | 301.86 | 0.52 | 0.64 |
| Hex | D3 | 72 | D0 | 0 | 2E | 1 | 11 | 12E | 34 | 40 |
| Octal | 323 | 162 | 320 | 0 | 56 | 1 | 21 | 456 | 64 | 100 |
| Binary | 11010011 | 1110010 | 11010000 | 0 | 101110 | 1 | 10001 | 100101110 | 110100 | 1000000 |
Color Harmonies of #D372D0
Complementary color
Monochromatic Colors of #D372D0
Black with #D372D0
Text Example
Text Example
White with #D372D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372D0; }
p { color: rgb(211,114,208); }
H1.HeaderClassName
{
color: #D372D0;
}
.AnyTagClassName
{
color: #D372D0;
}
</style>
background-color css
<style>
a { background-color: #D372D0; }
a { background-color: rgb(211,114,208); }
div.DivClassName
{
background-color: #D372D0;
}
.BgClassName
{
background-color: #D372D0;
}
</style>
border-color css
<style>
span { border-color: #D372D0; }
span { border-color: rgb(211,114,208); }
td.TdClassName
{
border-color: #D372D0;
}
.TagClassName
{
border-color: #D372D0;
}
</style>