Shades of Medium Orchid #C36BE0
Tints of Medium Orchid #C36BE0
RGB
CMYK
RGB Variations
Color information
#C36BE0 (or 0xC36BE0) is known color: Medium Orchid. HEX triplet: C3, 6B and E0. RGB value is (195,107,224). Sum of RGB (Red+Green+Blue) = 195+107+224=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #C36BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BE0 is #3C941F. Grayscale: #929292. Windows color (decimal): -3970080 or 14707651. OLE color: 14707651.
HSL color Cylindrical-coordinate representation of color #C36BE0: hue angle of 285.13º 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 #C36BE0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 107 | 224 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.12 |
| HSL | 285.13º | 0.65% | 0.65% | - |
| HSV(B) | 285.13º | 0.52% | 0.88% | - |
| XYZ | 41.22 | 27.5 | 73.66 | - |
| YUV | 146.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 224 | 0.13 | 0.52 | 0 | 0.12 | 285.13 | 0.65 | 0.65 |
| Hex | C3 | 6B | E0 | D | 34 | 0 | C | 11D | 41 | 41 |
| Octal | 303 | 153 | 340 | 15 | 64 | 0 | 14 | 435 | 101 | 101 |
| Binary | 11000011 | 1101011 | 11100000 | 1101 | 110100 | 0 | 1100 | 100011101 | 1000001 | 1000001 |
Color Harmonies of #C36BE0
Complementary color
Monochromatic Colors of #C36BE0
Black with #C36BE0
Text Example
Text Example
White with #C36BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BE0; }
p { color: rgb(195,107,224); }
H1.HeaderClassName
{
color: #C36BE0;
}
.AnyTagClassName
{
color: #C36BE0;
}
</style>
background-color css
<style>
a { background-color: #C36BE0; }
a { background-color: rgb(195,107,224); }
div.DivClassName
{
background-color: #C36BE0;
}
.BgClassName
{
background-color: #C36BE0;
}
</style>
border-color css
<style>
span { border-color: #C36BE0; }
span { border-color: rgb(195,107,224); }
td.TdClassName
{
border-color: #C36BE0;
}
.TagClassName
{
border-color: #C36BE0;
}
</style>