Shades of Orchid #D36AC2
Tints of Orchid #D36AC2
RGB
CMYK
RGB Variations
Color information
#D36AC2 (or 0xD36AC2) is known color: Orchid. HEX triplet: D3, 6A and C2. RGB value is (211,106,194). Sum of RGB (Red+Green+Blue) = 211+106+194=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D36AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36AC2 is #2C953D. Grayscale: #939393. Windows color (decimal): -2921790 or 12741331. OLE color: 12741331.
HSL color Cylindrical-coordinate representation of color #D36AC2: hue angle of 309.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36AC2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 106 | 194 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.17 |
| HSL | 309.71º | 0.54% | 0.62% | - |
| HSV(B) | 309.71º | 0.5% | 0.83% | - |
| XYZ | 41.76 | 28.05 | 54.25 | - |
| YUV | 147.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 106 | 194 | 0 | 0.50 | 0.08 | 0.17 | 309.71 | 0.54 | 0.62 |
| Hex | D3 | 6A | C2 | 0 | 32 | 8 | 11 | 136 | 36 | 3E |
| Octal | 323 | 152 | 302 | 0 | 62 | 10 | 21 | 466 | 66 | 76 |
| Binary | 11010011 | 1101010 | 11000010 | 0 | 110010 | 1000 | 10001 | 100110110 | 110110 | 111110 |
Color Harmonies of #D36AC2
Complementary color
Monochromatic Colors of #D36AC2
Black with #D36AC2
Text Example
Text Example
White with #D36AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36AC2; }
p { color: rgb(211,106,194); }
H1.HeaderClassName
{
color: #D36AC2;
}
.AnyTagClassName
{
color: #D36AC2;
}
</style>
background-color css
<style>
a { background-color: #D36AC2; }
a { background-color: rgb(211,106,194); }
div.DivClassName
{
background-color: #D36AC2;
}
.BgClassName
{
background-color: #D36AC2;
}
</style>
border-color css
<style>
span { border-color: #D36AC2; }
span { border-color: rgb(211,106,194); }
td.TdClassName
{
border-color: #D36AC2;
}
.TagClassName
{
border-color: #D36AC2;
}
</style>