Shades of Orchid #D370CF
Tints of Orchid #D370CF
RGB
CMYK
RGB Variations
Color information
#D370CF (or 0xD370CF) is known color: Orchid. HEX triplet: D3, 70 and CF. RGB value is (211,112,207). Sum of RGB (Red+Green+Blue) = 211+112+207=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D370CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370CF is #2C8F30. Grayscale: #989898. Windows color (decimal): -2920241 or 13594835. OLE color: 13594835.
HSL color Cylindrical-coordinate representation of color #D370CF: hue angle of 302.42º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D370CF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 207 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.17 |
| HSL | 302.42º | 0.53% | 0.63% | - |
| HSV(B) | 302.42º | 0.47% | 0.83% | - |
| XYZ | 43.92 | 29.94 | 62.5 | - |
| YUV | 152.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 207 | 0 | 0.47 | 0.02 | 0.17 | 302.42 | 0.53 | 0.63 |
| Hex | D3 | 70 | CF | 0 | 2F | 2 | 11 | 12E | 35 | 3F |
| Octal | 323 | 160 | 317 | 0 | 57 | 2 | 21 | 456 | 65 | 77 |
| Binary | 11010011 | 1110000 | 11001111 | 0 | 101111 | 10 | 10001 | 100101110 | 110101 | 111111 |
Color Harmonies of #D370CF
Complementary color
Monochromatic Colors of #D370CF
Black with #D370CF
Text Example
Text Example
White with #D370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370CF; }
p { color: rgb(211,112,207); }
H1.HeaderClassName
{
color: #D370CF;
}
.AnyTagClassName
{
color: #D370CF;
}
</style>
background-color css
<style>
a { background-color: #D370CF; }
a { background-color: rgb(211,112,207); }
div.DivClassName
{
background-color: #D370CF;
}
.BgClassName
{
background-color: #D370CF;
}
</style>
border-color css
<style>
span { border-color: #D370CF; }
span { border-color: rgb(211,112,207); }
td.TdClassName
{
border-color: #D370CF;
}
.TagClassName
{
border-color: #D370CF;
}
</style>