Shades of Medium Orchid #C36EE0
Tints of Medium Orchid #C36EE0
RGB
CMYK
RGB Variations
Color information
#C36EE0 (or 0xC36EE0) is known color: Medium Orchid. HEX triplet: C3, 6E and E0. RGB value is (195,110,224). Sum of RGB (Red+Green+Blue) = 195+110+224=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EE0 is #3C911F. Grayscale: #949494. Windows color (decimal): -3969312 or 14708419. OLE color: 14708419.
HSL color Cylindrical-coordinate representation of color #C36EE0: hue angle of 284.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36EE0 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 110 | 224 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.12 |
| HSL | 284.74º | 0.65% | 0.65% | - |
| HSV(B) | 284.74º | 0.51% | 0.88% | - |
| XYZ | 41.54 | 28.14 | 73.76 | - |
| YUV | 148.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 224 | 0.13 | 0.51 | 0 | 0.12 | 284.74 | 0.65 | 0.65 |
| Hex | C3 | 6E | E0 | D | 33 | 0 | C | 11D | 41 | 41 |
| Octal | 303 | 156 | 340 | 15 | 63 | 0 | 14 | 435 | 101 | 101 |
| Binary | 11000011 | 1101110 | 11100000 | 1101 | 110011 | 0 | 1100 | 100011101 | 1000001 | 1000001 |
Color Harmonies of #C36EE0
Complementary color
Monochromatic Colors of #C36EE0
Black with #C36EE0
Text Example
Text Example
White with #C36EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EE0; }
p { color: rgb(195,110,224); }
H1.HeaderClassName
{
color: #C36EE0;
}
.AnyTagClassName
{
color: #C36EE0;
}
</style>
background-color css
<style>
a { background-color: #C36EE0; }
a { background-color: rgb(195,110,224); }
div.DivClassName
{
background-color: #C36EE0;
}
.BgClassName
{
background-color: #C36EE0;
}
</style>
border-color css
<style>
span { border-color: #C36EE0; }
span { border-color: rgb(195,110,224); }
td.TdClassName
{
border-color: #C36EE0;
}
.TagClassName
{
border-color: #C36EE0;
}
</style>