Shades of Medium Orchid #C055E1
Tints of Medium Orchid #C055E1
RGB
CMYK
RGB Variations
Color information
#C055E1 (or 0xC055E1) is known color: Medium Orchid. HEX triplet: C0, 55 and E1. RGB value is (192,85,225). Sum of RGB (Red+Green+Blue) = 192+85+225=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #C055E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055E1 is #3FAA1E. Grayscale: #848484. Windows color (decimal): -4172319 or 14767552. OLE color: 14767552.
HSL color Cylindrical-coordinate representation of color #C055E1: hue angle of 285.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C055E1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 85 | 225 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.12 |
| HSL | 285.86º | 0.7% | 0.61% | - |
| HSV(B) | 285.86º | 0.62% | 0.88% | - |
| XYZ | 38.58 | 23.14 | 73.67 | - |
| YUV | 132.95 | 179.95 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 225 | 0.15 | 0.62 | 0 | 0.12 | 285.86 | 0.7 | 0.61 |
| Hex | C0 | 55 | E1 | F | 3E | 0 | C | 11E | 46 | 3D |
| Octal | 300 | 125 | 341 | 17 | 76 | 0 | 14 | 436 | 106 | 75 |
| Binary | 11000000 | 1010101 | 11100001 | 1111 | 111110 | 0 | 1100 | 100011110 | 1000110 | 111101 |
Color Harmonies of #C055E1
Complementary color
Monochromatic Colors of #C055E1
Black with #C055E1
Text Example
Text Example
White with #C055E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055E1; }
p { color: rgb(192,85,225); }
H1.HeaderClassName
{
color: #C055E1;
}
.AnyTagClassName
{
color: #C055E1;
}
</style>
background-color css
<style>
a { background-color: #C055E1; }
a { background-color: rgb(192,85,225); }
div.DivClassName
{
background-color: #C055E1;
}
.BgClassName
{
background-color: #C055E1;
}
</style>
border-color css
<style>
span { border-color: #C055E1; }
span { border-color: rgb(192,85,225); }
td.TdClassName
{
border-color: #C055E1;
}
.TagClassName
{
border-color: #C055E1;
}
</style>