Shades of Orchid #D37ADC
Tints of Orchid #D37ADC
RGB
CMYK
RGB Variations
Color information
#D37ADC (or 0xD37ADC) is known color: Orchid. HEX triplet: D3, 7A and DC. RGB value is (211,122,220). Sum of RGB (Red+Green+Blue) = 211+122+220=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D37ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADC is #2C8523. Grayscale: #9F9F9F. Windows color (decimal): -2917668 or 14449363. OLE color: 14449363.
HSL color Cylindrical-coordinate representation of color #D37ADC: hue angle of 294.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37ADC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 122 | 220 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.14 |
| HSL | 294.49º | 0.58% | 0.67% | - |
| HSV(B) | 294.49º | 0.45% | 0.86% | - |
| XYZ | 46.74 | 32.94 | 71.6 | - |
| YUV | 159.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 220 | 0.04 | 0.45 | 0 | 0.14 | 294.49 | 0.58 | 0.67 |
| Hex | D3 | 7A | DC | 4 | 2D | 0 | E | 126 | 3A | 43 |
| Octal | 323 | 172 | 334 | 4 | 55 | 0 | 16 | 446 | 72 | 103 |
| Binary | 11010011 | 1111010 | 11011100 | 100 | 101101 | 0 | 1110 | 100100110 | 111010 | 1000011 |
Color Harmonies of #D37ADC
Complementary color
Monochromatic Colors of #D37ADC
Black with #D37ADC
Text Example
Text Example
White with #D37ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ADC; }
p { color: rgb(211,122,220); }
H1.HeaderClassName
{
color: #D37ADC;
}
.AnyTagClassName
{
color: #D37ADC;
}
</style>
background-color css
<style>
a { background-color: #D37ADC; }
a { background-color: rgb(211,122,220); }
div.DivClassName
{
background-color: #D37ADC;
}
.BgClassName
{
background-color: #D37ADC;
}
</style>
border-color css
<style>
span { border-color: #D37ADC; }
span { border-color: rgb(211,122,220); }
td.TdClassName
{
border-color: #D37ADC;
}
.TagClassName
{
border-color: #D37ADC;
}
</style>