Shades of Medium Orchid #C36CE0
Tints of Medium Orchid #C36CE0
RGB
CMYK
RGB Variations
Color information
#C36CE0 (or 0xC36CE0) is known color: Medium Orchid. HEX triplet: C3, 6C and E0. RGB value is (195,108,224). Sum of RGB (Red+Green+Blue) = 195+108+224=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CE0 is #3C931F. Grayscale: #929292. Windows color (decimal): -3969824 or 14707907. OLE color: 14707907.
HSL color Cylindrical-coordinate representation of color #C36CE0: hue angle of 285º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36CE0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 108 | 224 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.12 |
| HSL | 285º | 0.65% | 0.65% | - |
| HSV(B) | 285º | 0.52% | 0.88% | - |
| XYZ | 41.32 | 27.71 | 73.69 | - |
| YUV | 147.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 224 | 0.13 | 0.52 | 0 | 0.12 | 285 | 0.65 | 0.65 |
| Hex | C3 | 6C | E0 | D | 34 | 0 | C | 11D | 41 | 41 |
| Octal | 303 | 154 | 340 | 15 | 64 | 0 | 14 | 435 | 101 | 101 |
| Binary | 11000011 | 1101100 | 11100000 | 1101 | 110100 | 0 | 1100 | 100011101 | 1000001 | 1000001 |
Color Harmonies of #C36CE0
Complementary color
Monochromatic Colors of #C36CE0
Black with #C36CE0
Text Example
Text Example
White with #C36CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CE0; }
p { color: rgb(195,108,224); }
H1.HeaderClassName
{
color: #C36CE0;
}
.AnyTagClassName
{
color: #C36CE0;
}
</style>
background-color css
<style>
a { background-color: #C36CE0; }
a { background-color: rgb(195,108,224); }
div.DivClassName
{
background-color: #C36CE0;
}
.BgClassName
{
background-color: #C36CE0;
}
</style>
border-color css
<style>
span { border-color: #C36CE0; }
span { border-color: rgb(195,108,224); }
td.TdClassName
{
border-color: #C36CE0;
}
.TagClassName
{
border-color: #C36CE0;
}
</style>