Shades of Orchid #D36DCC
Tints of Orchid #D36DCC
RGB
CMYK
RGB Variations
Color information
#D36DCC (or 0xD36DCC) is known color: Orchid. HEX triplet: D3, 6D and CC. RGB value is (211,109,204). Sum of RGB (Red+Green+Blue) = 211+109+204=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCC is #2C9233. Grayscale: #969696. Windows color (decimal): -2921012 or 13397459. OLE color: 13397459.
HSL color Cylindrical-coordinate representation of color #D36DCC: hue angle of 304.12º degrees, saturation: 0.54, 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 #D36DCC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 204 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.17 |
| HSL | 304.12º | 0.54% | 0.63% | - |
| HSV(B) | 304.12º | 0.48% | 0.83% | - |
| XYZ | 43.23 | 29.15 | 60.47 | - |
| YUV | 150.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 204 | 0 | 0.48 | 0.03 | 0.17 | 304.12 | 0.54 | 0.63 |
| Hex | D3 | 6D | CC | 0 | 30 | 3 | 11 | 130 | 36 | 3F |
| Octal | 323 | 155 | 314 | 0 | 60 | 3 | 21 | 460 | 66 | 77 |
| Binary | 11010011 | 1101101 | 11001100 | 0 | 110000 | 11 | 10001 | 100110000 | 110110 | 111111 |
Color Harmonies of #D36DCC
Complementary color
Monochromatic Colors of #D36DCC
Black with #D36DCC
Text Example
Text Example
White with #D36DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36DCC; }
p { color: rgb(211,109,204); }
H1.HeaderClassName
{
color: #D36DCC;
}
.AnyTagClassName
{
color: #D36DCC;
}
</style>
background-color css
<style>
a { background-color: #D36DCC; }
a { background-color: rgb(211,109,204); }
div.DivClassName
{
background-color: #D36DCC;
}
.BgClassName
{
background-color: #D36DCC;
}
</style>
border-color css
<style>
span { border-color: #D36DCC; }
span { border-color: rgb(211,109,204); }
td.TdClassName
{
border-color: #D36DCC;
}
.TagClassName
{
border-color: #D36DCC;
}
</style>