Shades of Orchid #D36FCD
Tints of Orchid #D36FCD
RGB
CMYK
RGB Variations
Color information
#D36FCD (or 0xD36FCD) is known color: Orchid. HEX triplet: D3, 6F and CD. RGB value is (211,111,205). Sum of RGB (Red+Green+Blue) = 211+111+205=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FCD is #2C9032. Grayscale: #979797. Windows color (decimal): -2920499 or 13463507. OLE color: 13463507.
HSL color Cylindrical-coordinate representation of color #D36FCD: hue angle of 303.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FCD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 205 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.17 |
| HSL | 303.6º | 0.53% | 0.63% | - |
| HSV(B) | 303.6º | 0.47% | 0.83% | - |
| XYZ | 43.57 | 29.63 | 61.18 | - |
| YUV | 151.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 205 | 0 | 0.47 | 0.03 | 0.17 | 303.6 | 0.53 | 0.63 |
| Hex | D3 | 6F | CD | 0 | 2F | 3 | 11 | 130 | 35 | 3F |
| Octal | 323 | 157 | 315 | 0 | 57 | 3 | 21 | 460 | 65 | 77 |
| Binary | 11010011 | 1101111 | 11001101 | 0 | 101111 | 11 | 10001 | 100110000 | 110101 | 111111 |
Color Harmonies of #D36FCD
Complementary color
Monochromatic Colors of #D36FCD
Black with #D36FCD
Text Example
Text Example
White with #D36FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FCD; }
p { color: rgb(211,111,205); }
H1.HeaderClassName
{
color: #D36FCD;
}
.AnyTagClassName
{
color: #D36FCD;
}
</style>
background-color css
<style>
a { background-color: #D36FCD; }
a { background-color: rgb(211,111,205); }
div.DivClassName
{
background-color: #D36FCD;
}
.BgClassName
{
background-color: #D36FCD;
}
</style>
border-color css
<style>
span { border-color: #D36FCD; }
span { border-color: rgb(211,111,205); }
td.TdClassName
{
border-color: #D36FCD;
}
.TagClassName
{
border-color: #D36FCD;
}
</style>