Shades of Medium Orchid #C05BE2
Tints of Medium Orchid #C05BE2
RGB
CMYK
RGB Variations
Color information
#C05BE2 (or 0xC05BE2) is known color: Medium Orchid. HEX triplet: C0, 5B and E2. RGB value is (192,91,226). Sum of RGB (Red+Green+Blue) = 192+91+226=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #C05BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BE2 is #3FA41D. Grayscale: #888888. Windows color (decimal): -4170782 or 14834624. OLE color: 14834624.
HSL color Cylindrical-coordinate representation of color #C05BE2: hue angle of 284.89º degrees, saturation: 0.7, 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 #C05BE2 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 91 | 226 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.11 |
| HSL | 284.89º | 0.7% | 0.62% | - |
| HSV(B) | 284.89º | 0.6% | 0.89% | - |
| XYZ | 39.21 | 24.18 | 74.55 | - |
| YUV | 136.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 226 | 0.15 | 0.60 | 0 | 0.11 | 284.89 | 0.7 | 0.62 |
| Hex | C0 | 5B | E2 | F | 3C | 0 | B | 11D | 46 | 3E |
| Octal | 300 | 133 | 342 | 17 | 74 | 0 | 13 | 435 | 106 | 76 |
| Binary | 11000000 | 1011011 | 11100010 | 1111 | 111100 | 0 | 1011 | 100011101 | 1000110 | 111110 |
Color Harmonies of #C05BE2
Complementary color
Monochromatic Colors of #C05BE2
Black with #C05BE2
Text Example
Text Example
White with #C05BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BE2; }
p { color: rgb(192,91,226); }
H1.HeaderClassName
{
color: #C05BE2;
}
.AnyTagClassName
{
color: #C05BE2;
}
</style>
background-color css
<style>
a { background-color: #C05BE2; }
a { background-color: rgb(192,91,226); }
div.DivClassName
{
background-color: #C05BE2;
}
.BgClassName
{
background-color: #C05BE2;
}
</style>
border-color css
<style>
span { border-color: #C05BE2; }
span { border-color: rgb(192,91,226); }
td.TdClassName
{
border-color: #C05BE2;
}
.TagClassName
{
border-color: #C05BE2;
}
</style>