Shades of Orchid #D373E5
Tints of Orchid #D373E5
RGB
CMYK
RGB Variations
Color information
#D373E5 (or 0xD373E5) is known color: Orchid. HEX triplet: D3, 73 and E5. RGB value is (211,115,229). Sum of RGB (Red+Green+Blue) = 211+115+229=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #D373E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373E5 is #2C8C1A. Grayscale: #9C9C9C. Windows color (decimal): -2919451 or 15037395. OLE color: 15037395.
HSL color Cylindrical-coordinate representation of color #D373E5: hue angle of 290.53º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D373E5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 115 | 229 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.10 |
| HSL | 290.53º | 0.69% | 0.67% | - |
| HSV(B) | 290.53º | 0.5% | 0.9% | - |
| XYZ | 47.14 | 31.77 | 77.78 | - |
| YUV | 156.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 229 | 0.08 | 0.50 | 0 | 0.10 | 290.53 | 0.69 | 0.67 |
| Hex | D3 | 73 | E5 | 8 | 32 | 0 | A | 123 | 45 | 43 |
| Octal | 323 | 163 | 345 | 10 | 62 | 0 | 12 | 443 | 105 | 103 |
| Binary | 11010011 | 1110011 | 11100101 | 1000 | 110010 | 0 | 1010 | 100100011 | 1000101 | 1000011 |
Color Harmonies of #D373E5
Complementary color
Monochromatic Colors of #D373E5
Black with #D373E5
Text Example
Text Example
White with #D373E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373E5; }
p { color: rgb(211,115,229); }
H1.HeaderClassName
{
color: #D373E5;
}
.AnyTagClassName
{
color: #D373E5;
}
</style>
background-color css
<style>
a { background-color: #D373E5; }
a { background-color: rgb(211,115,229); }
div.DivClassName
{
background-color: #D373E5;
}
.BgClassName
{
background-color: #D373E5;
}
</style>
border-color css
<style>
span { border-color: #D373E5; }
span { border-color: rgb(211,115,229); }
td.TdClassName
{
border-color: #D373E5;
}
.TagClassName
{
border-color: #D373E5;
}
</style>