Shades of Medium Orchid #C36EE3
Tints of Medium Orchid #C36EE3
RGB
CMYK
RGB Variations
Color information
#C36EE3 (or 0xC36EE3) is known color: Medium Orchid. HEX triplet: C3, 6E and E3. RGB value is (195,110,227). Sum of RGB (Red+Green+Blue) = 195+110+227=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #C36EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE3 is #3C911C. Grayscale: #949494. Windows color (decimal): -3969309 or 14905027. OLE color: 14905027.
HSL color Cylindrical-coordinate representation of color #C36EE3: hue angle of 283.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36EE3 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 110 | 227 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.11 |
| HSL | 283.59º | 0.68% | 0.66% | - |
| HSV(B) | 283.59º | 0.52% | 0.89% | - |
| XYZ | 41.95 | 28.3 | 75.92 | - |
| YUV | 148.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 227 | 0.14 | 0.52 | 0 | 0.11 | 283.59 | 0.68 | 0.66 |
| Hex | C3 | 6E | E3 | E | 34 | 0 | B | 11C | 44 | 42 |
| Octal | 303 | 156 | 343 | 16 | 64 | 0 | 13 | 434 | 104 | 102 |
| Binary | 11000011 | 1101110 | 11100011 | 1110 | 110100 | 0 | 1011 | 100011100 | 1000100 | 1000010 |
Color Harmonies of #C36EE3
Complementary color
Monochromatic Colors of #C36EE3
Black with #C36EE3
Text Example
Text Example
White with #C36EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EE3; }
p { color: rgb(195,110,227); }
H1.HeaderClassName
{
color: #C36EE3;
}
.AnyTagClassName
{
color: #C36EE3;
}
</style>
background-color css
<style>
a { background-color: #C36EE3; }
a { background-color: rgb(195,110,227); }
div.DivClassName
{
background-color: #C36EE3;
}
.BgClassName
{
background-color: #C36EE3;
}
</style>
border-color css
<style>
span { border-color: #C36EE3; }
span { border-color: rgb(195,110,227); }
td.TdClassName
{
border-color: #C36EE3;
}
.TagClassName
{
border-color: #C36EE3;
}
</style>