Shades of Medium Orchid #C36ED5
Tints of Medium Orchid #C36ED5
RGB
CMYK
RGB Variations
Color information
#C36ED5 (or 0xC36ED5) is known color: Medium Orchid. HEX triplet: C3, 6E and D5. RGB value is (195,110,213). Sum of RGB (Red+Green+Blue) = 195+110+213=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C36ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ED5 is #3C912A. Grayscale: #929292. Windows color (decimal): -3969323 or 13987523. OLE color: 13987523.
HSL color Cylindrical-coordinate representation of color #C36ED5: hue angle of 289.51º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36ED5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 110 | 213 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.16 |
| HSL | 289.51º | 0.55% | 0.63% | - |
| HSV(B) | 289.51º | 0.48% | 0.84% | - |
| XYZ | 40.09 | 27.56 | 66.16 | - |
| YUV | 147.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 213 | 0.08 | 0.48 | 0 | 0.16 | 289.51 | 0.55 | 0.63 |
| Hex | C3 | 6E | D5 | 8 | 30 | 0 | 10 | 122 | 37 | 3F |
| Octal | 303 | 156 | 325 | 10 | 60 | 0 | 20 | 442 | 67 | 77 |
| Binary | 11000011 | 1101110 | 11010101 | 1000 | 110000 | 0 | 10000 | 100100010 | 110111 | 111111 |
Color Harmonies of #C36ED5
Complementary color
Monochromatic Colors of #C36ED5
Black with #C36ED5
Text Example
Text Example
White with #C36ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ED5; }
p { color: rgb(195,110,213); }
H1.HeaderClassName
{
color: #C36ED5;
}
.AnyTagClassName
{
color: #C36ED5;
}
</style>
background-color css
<style>
a { background-color: #C36ED5; }
a { background-color: rgb(195,110,213); }
div.DivClassName
{
background-color: #C36ED5;
}
.BgClassName
{
background-color: #C36ED5;
}
</style>
border-color css
<style>
span { border-color: #C36ED5; }
span { border-color: rgb(195,110,213); }
td.TdClassName
{
border-color: #C36ED5;
}
.TagClassName
{
border-color: #C36ED5;
}
</style>