Shades of Medium Orchid #C055EB
Tints of Medium Orchid #C055EB
RGB
CMYK
RGB Variations
Color information
#C055EB (or 0xC055EB) is known color: Medium Orchid. HEX triplet: C0, 55 and EB. RGB value is (192,85,235). Sum of RGB (Red+Green+Blue) = 192+85+235=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C055EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055EB is #3FAA14. Grayscale: #858585. Windows color (decimal): -4172309 or 15422912. OLE color: 15422912.
HSL color Cylindrical-coordinate representation of color #C055EB: hue angle of 282.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C055EB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 85 | 235 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.08 |
| HSL | 282.8º | 0.79% | 0.63% | - |
| HSV(B) | 282.8º | 0.64% | 0.92% | - |
| XYZ | 39.98 | 23.7 | 81.06 | - |
| YUV | 134.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 235 | 0.18 | 0.64 | 0 | 0.08 | 282.8 | 0.79 | 0.63 |
| Hex | C0 | 55 | EB | 12 | 40 | 0 | 8 | 11B | 4F | 3F |
| Octal | 300 | 125 | 353 | 22 | 100 | 0 | 10 | 433 | 117 | 77 |
| Binary | 11000000 | 1010101 | 11101011 | 10010 | 1000000 | 0 | 1000 | 100011011 | 1001111 | 111111 |
Color Harmonies of #C055EB
Complementary color
Monochromatic Colors of #C055EB
Black with #C055EB
Text Example
Text Example
White with #C055EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055EB; }
p { color: rgb(192,85,235); }
H1.HeaderClassName
{
color: #C055EB;
}
.AnyTagClassName
{
color: #C055EB;
}
</style>
background-color css
<style>
a { background-color: #C055EB; }
a { background-color: rgb(192,85,235); }
div.DivClassName
{
background-color: #C055EB;
}
.BgClassName
{
background-color: #C055EB;
}
</style>
border-color css
<style>
span { border-color: #C055EB; }
span { border-color: rgb(192,85,235); }
td.TdClassName
{
border-color: #C055EB;
}
.TagClassName
{
border-color: #C055EB;
}
</style>