Shades of Orchid #D37CDC
Tints of Orchid #D37CDC
RGB
CMYK
RGB Variations
Color information
#D37CDC (or 0xD37CDC) is known color: Orchid. HEX triplet: D3, 7C and DC. RGB value is (211,124,220). Sum of RGB (Red+Green+Blue) = 211+124+220=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D37CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CDC is #2C8323. Grayscale: #A0A0A0. Windows color (decimal): -2917156 or 14449875. OLE color: 14449875.
HSL color Cylindrical-coordinate representation of color #D37CDC: hue angle of 294.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37CDC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 124 | 220 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.14 |
| HSL | 294.38º | 0.58% | 0.67% | - |
| HSV(B) | 294.38º | 0.44% | 0.86% | - |
| XYZ | 46.99 | 33.43 | 71.69 | - |
| YUV | 160.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 220 | 0.04 | 0.44 | 0 | 0.14 | 294.38 | 0.58 | 0.67 |
| Hex | D3 | 7C | DC | 4 | 2C | 0 | E | 126 | 3A | 43 |
| Octal | 323 | 174 | 334 | 4 | 54 | 0 | 16 | 446 | 72 | 103 |
| Binary | 11010011 | 1111100 | 11011100 | 100 | 101100 | 0 | 1110 | 100100110 | 111010 | 1000011 |
Color Harmonies of #D37CDC
Complementary color
Monochromatic Colors of #D37CDC
Black with #D37CDC
Text Example
Text Example
White with #D37CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CDC; }
p { color: rgb(211,124,220); }
H1.HeaderClassName
{
color: #D37CDC;
}
.AnyTagClassName
{
color: #D37CDC;
}
</style>
background-color css
<style>
a { background-color: #D37CDC; }
a { background-color: rgb(211,124,220); }
div.DivClassName
{
background-color: #D37CDC;
}
.BgClassName
{
background-color: #D37CDC;
}
</style>
border-color css
<style>
span { border-color: #D37CDC; }
span { border-color: rgb(211,124,220); }
td.TdClassName
{
border-color: #D37CDC;
}
.TagClassName
{
border-color: #D37CDC;
}
</style>