Shades of Orchid #D370DC
Tints of Orchid #D370DC
RGB
CMYK
RGB Variations
Color information
#D370DC (or 0xD370DC) is known color: Orchid. HEX triplet: D3, 70 and DC. RGB value is (211,112,220). Sum of RGB (Red+Green+Blue) = 211+112+220=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D370DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370DC is #2C8F23. Grayscale: #999999. Windows color (decimal): -2920228 or 14446803. OLE color: 14446803.
HSL color Cylindrical-coordinate representation of color #D370DC: hue angle of 295º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D370DC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 112 | 220 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.14 |
| HSL | 295º | 0.61% | 0.65% | - |
| HSV(B) | 295º | 0.49% | 0.86% | - |
| XYZ | 45.58 | 30.6 | 71.22 | - |
| YUV | 153.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 220 | 0.04 | 0.49 | 0 | 0.14 | 295 | 0.61 | 0.65 |
| Hex | D3 | 70 | DC | 4 | 31 | 0 | E | 127 | 3D | 41 |
| Octal | 323 | 160 | 334 | 4 | 61 | 0 | 16 | 447 | 75 | 101 |
| Binary | 11010011 | 1110000 | 11011100 | 100 | 110001 | 0 | 1110 | 100100111 | 111101 | 1000001 |
Color Harmonies of #D370DC
Complementary color
Monochromatic Colors of #D370DC
Black with #D370DC
Text Example
Text Example
White with #D370DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370DC; }
p { color: rgb(211,112,220); }
H1.HeaderClassName
{
color: #D370DC;
}
.AnyTagClassName
{
color: #D370DC;
}
</style>
background-color css
<style>
a { background-color: #D370DC; }
a { background-color: rgb(211,112,220); }
div.DivClassName
{
background-color: #D370DC;
}
.BgClassName
{
background-color: #D370DC;
}
</style>
border-color css
<style>
span { border-color: #D370DC; }
span { border-color: rgb(211,112,220); }
td.TdClassName
{
border-color: #D370DC;
}
.TagClassName
{
border-color: #D370DC;
}
</style>