Shades of Medium Orchid #C05BE3
Tints of Medium Orchid #C05BE3
RGB
CMYK
RGB Variations
Color information
#C05BE3 (or 0xC05BE3) is known color: Medium Orchid. HEX triplet: C0, 5B and E3. RGB value is (192,91,227). Sum of RGB (Red+Green+Blue) = 192+91+227=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #C05BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BE3 is #3FA41C. Grayscale: #888888. Windows color (decimal): -4170781 or 14900160. OLE color: 14900160.
HSL color Cylindrical-coordinate representation of color #C05BE3: hue angle of 284.56º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05BE3 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 91 | 227 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 284.56º | 0.71% | 0.62% | - |
| HSV(B) | 284.56º | 0.6% | 0.89% | - |
| XYZ | 39.34 | 24.23 | 75.28 | - |
| YUV | 136.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 227 | 0.15 | 0.60 | 0 | 0.11 | 284.56 | 0.71 | 0.62 |
| Hex | C0 | 5B | E3 | F | 3C | 0 | B | 11D | 47 | 3E |
| Octal | 300 | 133 | 343 | 17 | 74 | 0 | 13 | 435 | 107 | 76 |
| Binary | 11000000 | 1011011 | 11100011 | 1111 | 111100 | 0 | 1011 | 100011101 | 1000111 | 111110 |
Color Harmonies of #C05BE3
Complementary color
Monochromatic Colors of #C05BE3
Black with #C05BE3
Text Example
Text Example
White with #C05BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BE3; }
p { color: rgb(192,91,227); }
H1.HeaderClassName
{
color: #C05BE3;
}
.AnyTagClassName
{
color: #C05BE3;
}
</style>
background-color css
<style>
a { background-color: #C05BE3; }
a { background-color: rgb(192,91,227); }
div.DivClassName
{
background-color: #C05BE3;
}
.BgClassName
{
background-color: #C05BE3;
}
</style>
border-color css
<style>
span { border-color: #C05BE3; }
span { border-color: rgb(192,91,227); }
td.TdClassName
{
border-color: #C05BE3;
}
.TagClassName
{
border-color: #C05BE3;
}
</style>