Shades of Orchid #D37ACA
Tints of Orchid #D37ACA
RGB
CMYK
RGB Variations
Color information
#D37ACA (or 0xD37ACA) is known color: Orchid. HEX triplet: D3, 7A and CA. RGB value is (211,122,202). Sum of RGB (Red+Green+Blue) = 211+122+202=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ACA is #2C8535. Grayscale: #9D9D9D. Windows color (decimal): -2917686 or 13269715. OLE color: 13269715.
HSL color Cylindrical-coordinate representation of color #D37ACA: hue angle of 306.07º 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 #D37ACA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 202 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.17 |
| HSL | 306.07º | 0.5% | 0.65% | - |
| HSV(B) | 306.07º | 0.42% | 0.83% | - |
| XYZ | 44.48 | 32.03 | 59.72 | - |
| YUV | 157.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 202 | 0 | 0.42 | 0.04 | 0.17 | 306.07 | 0.5 | 0.65 |
| Hex | D3 | 7A | CA | 0 | 2A | 4 | 11 | 132 | 32 | 41 |
| Octal | 323 | 172 | 312 | 0 | 52 | 4 | 21 | 462 | 62 | 101 |
| Binary | 11010011 | 1111010 | 11001010 | 0 | 101010 | 100 | 10001 | 100110010 | 110010 | 1000001 |
Color Harmonies of #D37ACA
Complementary color
Monochromatic Colors of #D37ACA
Black with #D37ACA
Text Example
Text Example
White with #D37ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ACA; }
p { color: rgb(211,122,202); }
H1.HeaderClassName
{
color: #D37ACA;
}
.AnyTagClassName
{
color: #D37ACA;
}
</style>
background-color css
<style>
a { background-color: #D37ACA; }
a { background-color: rgb(211,122,202); }
div.DivClassName
{
background-color: #D37ACA;
}
.BgClassName
{
background-color: #D37ACA;
}
</style>
border-color css
<style>
span { border-color: #D37ACA; }
span { border-color: rgb(211,122,202); }
td.TdClassName
{
border-color: #D37ACA;
}
.TagClassName
{
border-color: #D37ACA;
}
</style>