Shades of Medium Orchid #C056E5
Tints of Medium Orchid #C056E5
RGB
CMYK
RGB Variations
Color information
#C056E5 (or 0xC056E5) is known color: Medium Orchid. HEX triplet: C0, 56 and E5. RGB value is (192,86,229). Sum of RGB (Red+Green+Blue) = 192+86+229=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #C056E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056E5 is #3FA91A. Grayscale: #858585. Windows color (decimal): -4172059 or 15029952. OLE color: 15029952.
HSL color Cylindrical-coordinate representation of color #C056E5: hue angle of 284.48º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C056E5 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 86 | 229 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.10 |
| HSL | 284.48º | 0.73% | 0.62% | - |
| HSV(B) | 284.48º | 0.62% | 0.9% | - |
| XYZ | 39.21 | 23.52 | 76.6 | - |
| YUV | 134 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 229 | 0.16 | 0.62 | 0 | 0.10 | 284.48 | 0.73 | 0.62 |
| Hex | C0 | 56 | E5 | 10 | 3E | 0 | A | 11C | 49 | 3E |
| Octal | 300 | 126 | 345 | 20 | 76 | 0 | 12 | 434 | 111 | 76 |
| Binary | 11000000 | 1010110 | 11100101 | 10000 | 111110 | 0 | 1010 | 100011100 | 1001001 | 111110 |
Color Harmonies of #C056E5
Complementary color
Monochromatic Colors of #C056E5
Black with #C056E5
Text Example
Text Example
White with #C056E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056E5; }
p { color: rgb(192,86,229); }
H1.HeaderClassName
{
color: #C056E5;
}
.AnyTagClassName
{
color: #C056E5;
}
</style>
background-color css
<style>
a { background-color: #C056E5; }
a { background-color: rgb(192,86,229); }
div.DivClassName
{
background-color: #C056E5;
}
.BgClassName
{
background-color: #C056E5;
}
</style>
border-color css
<style>
span { border-color: #C056E5; }
span { border-color: rgb(192,86,229); }
td.TdClassName
{
border-color: #C056E5;
}
.TagClassName
{
border-color: #C056E5;
}
</style>