Shades of Orchid #D37FDF
Tints of Orchid #D37FDF
RGB
CMYK
RGB Variations
Color information
#D37FDF (or 0xD37FDF) is known color: Orchid. HEX triplet: D3, 7F and DF. RGB value is (211,127,223). Sum of RGB (Red+Green+Blue) = 211+127+223=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D37FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FDF is #2C8020. Grayscale: #A2A2A2. Windows color (decimal): -2916385 or 14647251. OLE color: 14647251.
HSL color Cylindrical-coordinate representation of color #D37FDF: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37FDF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 127 | 223 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 292.5º | 0.6% | 0.69% | - |
| HSV(B) | 292.5º | 0.43% | 0.87% | - |
| XYZ | 47.77 | 34.36 | 73.93 | - |
| YUV | 163.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 223 | 0.05 | 0.43 | 0 | 0.13 | 292.5 | 0.6 | 0.69 |
| Hex | D3 | 7F | DF | 5 | 2B | 0 | D | 124 | 3C | 45 |
| Octal | 323 | 177 | 337 | 5 | 53 | 0 | 15 | 444 | 74 | 105 |
| Binary | 11010011 | 1111111 | 11011111 | 101 | 101011 | 0 | 1101 | 100100100 | 111100 | 1000101 |
Color Harmonies of #D37FDF
Complementary color
Monochromatic Colors of #D37FDF
Black with #D37FDF
Text Example
Text Example
White with #D37FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FDF; }
p { color: rgb(211,127,223); }
H1.HeaderClassName
{
color: #D37FDF;
}
.AnyTagClassName
{
color: #D37FDF;
}
</style>
background-color css
<style>
a { background-color: #D37FDF; }
a { background-color: rgb(211,127,223); }
div.DivClassName
{
background-color: #D37FDF;
}
.BgClassName
{
background-color: #D37FDF;
}
</style>
border-color css
<style>
span { border-color: #D37FDF; }
span { border-color: rgb(211,127,223); }
td.TdClassName
{
border-color: #D37FDF;
}
.TagClassName
{
border-color: #D37FDF;
}
</style>