Shades of Orchid #D37FDD
Tints of Orchid #D37FDD
RGB
CMYK
RGB Variations
Color information
#D37FDD (or 0xD37FDD) is known color: Orchid. HEX triplet: D3, 7F and DD. RGB value is (211,127,221). Sum of RGB (Red+Green+Blue) = 211+127+221=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FDD is #2C8022. Grayscale: #A2A2A2. Windows color (decimal): -2916387 or 14516179. OLE color: 14516179.
HSL color Cylindrical-coordinate representation of color #D37FDD: hue angle of 293.62º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37FDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 127 | 221 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 293.62º | 0.58% | 0.68% | - |
| HSV(B) | 293.62º | 0.43% | 0.87% | - |
| XYZ | 47.5 | 34.25 | 72.51 | - |
| YUV | 162.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 221 | 0.05 | 0.43 | 0 | 0.13 | 293.62 | 0.58 | 0.68 |
| Hex | D3 | 7F | DD | 5 | 2B | 0 | D | 126 | 3A | 44 |
| Octal | 323 | 177 | 335 | 5 | 53 | 0 | 15 | 446 | 72 | 104 |
| Binary | 11010011 | 1111111 | 11011101 | 101 | 101011 | 0 | 1101 | 100100110 | 111010 | 1000100 |
Color Harmonies of #D37FDD
Complementary color
Monochromatic Colors of #D37FDD
Black with #D37FDD
Text Example
Text Example
White with #D37FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FDD; }
p { color: rgb(211,127,221); }
H1.HeaderClassName
{
color: #D37FDD;
}
.AnyTagClassName
{
color: #D37FDD;
}
</style>
background-color css
<style>
a { background-color: #D37FDD; }
a { background-color: rgb(211,127,221); }
div.DivClassName
{
background-color: #D37FDD;
}
.BgClassName
{
background-color: #D37FDD;
}
</style>
border-color css
<style>
span { border-color: #D37FDD; }
span { border-color: rgb(211,127,221); }
td.TdClassName
{
border-color: #D37FDD;
}
.TagClassName
{
border-color: #D37FDD;
}
</style>