Shades of Orchid #D37FCD
Tints of Orchid #D37FCD
RGB
CMYK
RGB Variations
Color information
#D37FCD (or 0xD37FCD) is known color: Orchid. HEX triplet: D3, 7F and CD. RGB value is (211,127,205). Sum of RGB (Red+Green+Blue) = 211+127+205=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D37FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37FCD is #2C8032. Grayscale: #A0A0A0. Windows color (decimal): -2916403 or 13467603. OLE color: 13467603.
HSL color Cylindrical-coordinate representation of color #D37FCD: hue angle of 304.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37FCD is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 205 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.17 |
| HSL | 304.29º | 0.49% | 0.66% | - |
| HSV(B) | 304.29º | 0.4% | 0.83% | - |
| XYZ | 45.47 | 33.44 | 61.81 | - |
| YUV | 161.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 205 | 0 | 0.40 | 0.03 | 0.17 | 304.29 | 0.49 | 0.66 |
| Hex | D3 | 7F | CD | 0 | 28 | 3 | 11 | 130 | 31 | 42 |
| Octal | 323 | 177 | 315 | 0 | 50 | 3 | 21 | 460 | 61 | 102 |
| Binary | 11010011 | 1111111 | 11001101 | 0 | 101000 | 11 | 10001 | 100110000 | 110001 | 1000010 |
Color Harmonies of #D37FCD
Complementary color
Monochromatic Colors of #D37FCD
Black with #D37FCD
Text Example
Text Example
White with #D37FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FCD; }
p { color: rgb(211,127,205); }
H1.HeaderClassName
{
color: #D37FCD;
}
.AnyTagClassName
{
color: #D37FCD;
}
</style>
background-color css
<style>
a { background-color: #D37FCD; }
a { background-color: rgb(211,127,205); }
div.DivClassName
{
background-color: #D37FCD;
}
.BgClassName
{
background-color: #D37FCD;
}
</style>
border-color css
<style>
span { border-color: #D37FCD; }
span { border-color: rgb(211,127,205); }
td.TdClassName
{
border-color: #D37FCD;
}
.TagClassName
{
border-color: #D37FCD;
}
</style>