Shades of Orchid #D37AC2
Tints of Orchid #D37AC2
RGB
CMYK
RGB Variations
Color information
#D37AC2 (or 0xD37AC2) is known color: Orchid. HEX triplet: D3, 7A and C2. RGB value is (211,122,194). Sum of RGB (Red+Green+Blue) = 211+122+194=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AC2 is #2C853D. Grayscale: #9C9C9C. Windows color (decimal): -2917694 or 12745427. OLE color: 12745427.
HSL color Cylindrical-coordinate representation of color #D37AC2: hue angle of 311.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37AC2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 194 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.17 |
| HSL | 311.46º | 0.5% | 0.65% | - |
| HSV(B) | 311.46º | 0.42% | 0.83% | - |
| XYZ | 43.56 | 31.66 | 54.85 | - |
| YUV | 156.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 194 | 0 | 0.42 | 0.08 | 0.17 | 311.46 | 0.5 | 0.65 |
| Hex | D3 | 7A | C2 | 0 | 2A | 8 | 11 | 137 | 32 | 41 |
| Octal | 323 | 172 | 302 | 0 | 52 | 10 | 21 | 467 | 62 | 101 |
| Binary | 11010011 | 1111010 | 11000010 | 0 | 101010 | 1000 | 10001 | 100110111 | 110010 | 1000001 |
Color Harmonies of #D37AC2
Complementary color
Monochromatic Colors of #D37AC2
Black with #D37AC2
Text Example
Text Example
White with #D37AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AC2; }
p { color: rgb(211,122,194); }
H1.HeaderClassName
{
color: #D37AC2;
}
.AnyTagClassName
{
color: #D37AC2;
}
</style>
background-color css
<style>
a { background-color: #D37AC2; }
a { background-color: rgb(211,122,194); }
div.DivClassName
{
background-color: #D37AC2;
}
.BgClassName
{
background-color: #D37AC2;
}
</style>
border-color css
<style>
span { border-color: #D37AC2; }
span { border-color: rgb(211,122,194); }
td.TdClassName
{
border-color: #D37AC2;
}
.TagClassName
{
border-color: #D37AC2;
}
</style>