Shades of Medium Orchid #C05BE9
Tints of Medium Orchid #C05BE9
RGB
CMYK
RGB Variations
Color information
#C05BE9 (or 0xC05BE9) is known color: Medium Orchid. HEX triplet: C0, 5B and E9. RGB value is (192,91,233). Sum of RGB (Red+Green+Blue) = 192+91+233=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #C05BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BE9 is #3FA416. Grayscale: #888888. Windows color (decimal): -4170775 or 15293376. OLE color: 15293376.
HSL color Cylindrical-coordinate representation of color #C05BE9: hue angle of 282.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05BE9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 91 | 233 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.09 |
| HSL | 282.68º | 0.76% | 0.64% | - |
| HSV(B) | 282.68º | 0.61% | 0.91% | - |
| XYZ | 40.19 | 24.57 | 79.72 | - |
| YUV | 137.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 233 | 0.18 | 0.61 | 0 | 0.09 | 282.68 | 0.76 | 0.64 |
| Hex | C0 | 5B | E9 | 12 | 3D | 0 | 9 | 11B | 4C | 40 |
| Octal | 300 | 133 | 351 | 22 | 75 | 0 | 11 | 433 | 114 | 100 |
| Binary | 11000000 | 1011011 | 11101001 | 10010 | 111101 | 0 | 1001 | 100011011 | 1001100 | 1000000 |
Color Harmonies of #C05BE9
Complementary color
Monochromatic Colors of #C05BE9
Black with #C05BE9
Text Example
Text Example
White with #C05BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BE9; }
p { color: rgb(192,91,233); }
H1.HeaderClassName
{
color: #C05BE9;
}
.AnyTagClassName
{
color: #C05BE9;
}
</style>
background-color css
<style>
a { background-color: #C05BE9; }
a { background-color: rgb(192,91,233); }
div.DivClassName
{
background-color: #C05BE9;
}
.BgClassName
{
background-color: #C05BE9;
}
</style>
border-color css
<style>
span { border-color: #C05BE9; }
span { border-color: rgb(192,91,233); }
td.TdClassName
{
border-color: #C05BE9;
}
.TagClassName
{
border-color: #C05BE9;
}
</style>