Shades of Medium Orchid #C36ED3
Tints of Medium Orchid #C36ED3
RGB
CMYK
RGB Variations
Color information
#C36ED3 (or 0xC36ED3) is known color: Medium Orchid. HEX triplet: C3, 6E and D3. RGB value is (195,110,211). Sum of RGB (Red+Green+Blue) = 195+110+211=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #C36ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ED3 is #3C912C. Grayscale: #929292. Windows color (decimal): -3969325 or 13856451. OLE color: 13856451.
HSL color Cylindrical-coordinate representation of color #C36ED3: hue angle of 290.5º 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 #C36ED3 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 110 | 211 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.17 |
| HSL | 290.5º | 0.53% | 0.63% | - |
| HSV(B) | 290.5º | 0.48% | 0.83% | - |
| XYZ | 39.84 | 27.46 | 64.83 | - |
| YUV | 146.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 211 | 0.08 | 0.48 | 0 | 0.17 | 290.5 | 0.53 | 0.63 |
| Hex | C3 | 6E | D3 | 8 | 30 | 0 | 11 | 122 | 35 | 3F |
| Octal | 303 | 156 | 323 | 10 | 60 | 0 | 21 | 442 | 65 | 77 |
| Binary | 11000011 | 1101110 | 11010011 | 1000 | 110000 | 0 | 10001 | 100100010 | 110101 | 111111 |
Color Harmonies of #C36ED3
Complementary color
Monochromatic Colors of #C36ED3
Black with #C36ED3
Text Example
Text Example
White with #C36ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ED3; }
p { color: rgb(195,110,211); }
H1.HeaderClassName
{
color: #C36ED3;
}
.AnyTagClassName
{
color: #C36ED3;
}
</style>
background-color css
<style>
a { background-color: #C36ED3; }
a { background-color: rgb(195,110,211); }
div.DivClassName
{
background-color: #C36ED3;
}
.BgClassName
{
background-color: #C36ED3;
}
</style>
border-color css
<style>
span { border-color: #C36ED3; }
span { border-color: rgb(195,110,211); }
td.TdClassName
{
border-color: #C36ED3;
}
.TagClassName
{
border-color: #C36ED3;
}
</style>