Shades of Orchid #D36ECA
Tints of Orchid #D36ECA
RGB
CMYK
RGB Variations
Color information
#D36ECA (or 0xD36ECA) is known color: Orchid. HEX triplet: D3, 6E and CA. RGB value is (211,110,202). Sum of RGB (Red+Green+Blue) = 211+110+202=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECA is #2C9135. Grayscale: #969696. Windows color (decimal): -2920758 or 13266643. OLE color: 13266643.
HSL color Cylindrical-coordinate representation of color #D36ECA: hue angle of 305.35º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36ECA is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 202 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.17 |
| HSL | 305.35º | 0.53% | 0.63% | - |
| HSV(B) | 305.35º | 0.48% | 0.83% | - |
| XYZ | 43.1 | 29.27 | 59.25 | - |
| YUV | 150.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 202 | 0 | 0.48 | 0.04 | 0.17 | 305.35 | 0.53 | 0.63 |
| Hex | D3 | 6E | CA | 0 | 30 | 4 | 11 | 131 | 35 | 3F |
| Octal | 323 | 156 | 312 | 0 | 60 | 4 | 21 | 461 | 65 | 77 |
| Binary | 11010011 | 1101110 | 11001010 | 0 | 110000 | 100 | 10001 | 100110001 | 110101 | 111111 |
Color Harmonies of #D36ECA
Complementary color
Monochromatic Colors of #D36ECA
Black with #D36ECA
Text Example
Text Example
White with #D36ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36ECA; }
p { color: rgb(211,110,202); }
H1.HeaderClassName
{
color: #D36ECA;
}
.AnyTagClassName
{
color: #D36ECA;
}
</style>
background-color css
<style>
a { background-color: #D36ECA; }
a { background-color: rgb(211,110,202); }
div.DivClassName
{
background-color: #D36ECA;
}
.BgClassName
{
background-color: #D36ECA;
}
</style>
border-color css
<style>
span { border-color: #D36ECA; }
span { border-color: rgb(211,110,202); }
td.TdClassName
{
border-color: #D36ECA;
}
.TagClassName
{
border-color: #D36ECA;
}
</style>