Shades of Orchid #D36ECE
Tints of Orchid #D36ECE
RGB
CMYK
RGB Variations
Color information
#D36ECE (or 0xD36ECE) is known color: Orchid. HEX triplet: D3, 6E and CE. RGB value is (211,110,206). Sum of RGB (Red+Green+Blue) = 211+110+206=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ECE is #2C9131. Grayscale: #969696. Windows color (decimal): -2920754 or 13528787. OLE color: 13528787.
HSL color Cylindrical-coordinate representation of color #D36ECE: hue angle of 302.97º 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 #D36ECE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 206 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.17 |
| HSL | 302.97º | 0.53% | 0.63% | - |
| HSV(B) | 302.97º | 0.48% | 0.83% | - |
| XYZ | 43.58 | 29.46 | 61.78 | - |
| YUV | 151.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 206 | 0 | 0.48 | 0.02 | 0.17 | 302.97 | 0.53 | 0.63 |
| Hex | D3 | 6E | CE | 0 | 30 | 2 | 11 | 12F | 35 | 3F |
| Octal | 323 | 156 | 316 | 0 | 60 | 2 | 21 | 457 | 65 | 77 |
| Binary | 11010011 | 1101110 | 11001110 | 0 | 110000 | 10 | 10001 | 100101111 | 110101 | 111111 |
Color Harmonies of #D36ECE
Complementary color
Monochromatic Colors of #D36ECE
Black with #D36ECE
Text Example
Text Example
White with #D36ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36ECE; }
p { color: rgb(211,110,206); }
H1.HeaderClassName
{
color: #D36ECE;
}
.AnyTagClassName
{
color: #D36ECE;
}
</style>
background-color css
<style>
a { background-color: #D36ECE; }
a { background-color: rgb(211,110,206); }
div.DivClassName
{
background-color: #D36ECE;
}
.BgClassName
{
background-color: #D36ECE;
}
</style>
border-color css
<style>
span { border-color: #D36ECE; }
span { border-color: rgb(211,110,206); }
td.TdClassName
{
border-color: #D36ECE;
}
.TagClassName
{
border-color: #D36ECE;
}
</style>