Shades of Orchid #D37ADF
Tints of Orchid #D37ADF
RGB
CMYK
RGB Variations
Color information
#D37ADF (or 0xD37ADF) is known color: Orchid. HEX triplet: D3, 7A and DF. RGB value is (211,122,223). Sum of RGB (Red+Green+Blue) = 211+122+223=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D37ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADF is #2C8520. Grayscale: #9F9F9F. Windows color (decimal): -2917665 or 14645971. OLE color: 14645971.
HSL color Cylindrical-coordinate representation of color #D37ADF: hue angle of 292.87º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37ADF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 122 | 223 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 292.87º | 0.61% | 0.68% | - |
| HSV(B) | 292.87º | 0.45% | 0.87% | - |
| XYZ | 47.14 | 33.1 | 73.72 | - |
| YUV | 160.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 223 | 0.05 | 0.45 | 0 | 0.13 | 292.87 | 0.61 | 0.68 |
| Hex | D3 | 7A | DF | 5 | 2D | 0 | D | 125 | 3D | 44 |
| Octal | 323 | 172 | 337 | 5 | 55 | 0 | 15 | 445 | 75 | 104 |
| Binary | 11010011 | 1111010 | 11011111 | 101 | 101101 | 0 | 1101 | 100100101 | 111101 | 1000100 |
Color Harmonies of #D37ADF
Complementary color
Monochromatic Colors of #D37ADF
Black with #D37ADF
Text Example
Text Example
White with #D37ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ADF; }
p { color: rgb(211,122,223); }
H1.HeaderClassName
{
color: #D37ADF;
}
.AnyTagClassName
{
color: #D37ADF;
}
</style>
background-color css
<style>
a { background-color: #D37ADF; }
a { background-color: rgb(211,122,223); }
div.DivClassName
{
background-color: #D37ADF;
}
.BgClassName
{
background-color: #D37ADF;
}
</style>
border-color css
<style>
span { border-color: #D37ADF; }
span { border-color: rgb(211,122,223); }
td.TdClassName
{
border-color: #D37ADF;
}
.TagClassName
{
border-color: #D37ADF;
}
</style>