Shades of Orchid #D373DE
Tints of Orchid #D373DE
RGB
CMYK
RGB Variations
Color information
#D373DE (or 0xD373DE) is known color: Orchid. HEX triplet: D3, 73 and DE. RGB value is (211,115,222). Sum of RGB (Red+Green+Blue) = 211+115+222=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #D373DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373DE is #2C8C21. Grayscale: #9B9B9B. Windows color (decimal): -2919458 or 14578643. OLE color: 14578643.
HSL color Cylindrical-coordinate representation of color #D373DE: hue angle of 293.83º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D373DE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 115 | 222 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.13 |
| HSL | 293.83º | 0.62% | 0.66% | - |
| HSV(B) | 293.83º | 0.48% | 0.87% | - |
| XYZ | 46.18 | 31.38 | 72.73 | - |
| YUV | 155.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 222 | 0.05 | 0.48 | 0 | 0.13 | 293.83 | 0.62 | 0.66 |
| Hex | D3 | 73 | DE | 5 | 30 | 0 | D | 126 | 3E | 42 |
| Octal | 323 | 163 | 336 | 5 | 60 | 0 | 15 | 446 | 76 | 102 |
| Binary | 11010011 | 1110011 | 11011110 | 101 | 110000 | 0 | 1101 | 100100110 | 111110 | 1000010 |
Color Harmonies of #D373DE
Complementary color
Monochromatic Colors of #D373DE
Black with #D373DE
Text Example
Text Example
White with #D373DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373DE; }
p { color: rgb(211,115,222); }
H1.HeaderClassName
{
color: #D373DE;
}
.AnyTagClassName
{
color: #D373DE;
}
</style>
background-color css
<style>
a { background-color: #D373DE; }
a { background-color: rgb(211,115,222); }
div.DivClassName
{
background-color: #D373DE;
}
.BgClassName
{
background-color: #D373DE;
}
</style>
border-color css
<style>
span { border-color: #D373DE; }
span { border-color: rgb(211,115,222); }
td.TdClassName
{
border-color: #D373DE;
}
.TagClassName
{
border-color: #D373DE;
}
</style>