Shades of Medium Orchid #C02CE8
Tints of Medium Orchid #C02CE8
RGB
CMYK
RGB Variations
Color information
#C02CE8 (or 0xC02CE8) is known color: Medium Orchid. HEX triplet: C0, 2C and E8. RGB value is (192,44,232). Sum of RGB (Red+Green+Blue) = 192+44+232=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #C02CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CE8 is #3FD317. Grayscale: #6D6D6D. Windows color (decimal): -4182808 or 15215808. OLE color: 15215808.
HSL color Cylindrical-coordinate representation of color #C02CE8: hue angle of 287.23º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02CE8 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 44 | 232 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.09 |
| HSL | 287.23º | 0.8% | 0.54% | - |
| HSV(B) | 287.23º | 0.81% | 0.91% | - |
| XYZ | 37.2 | 18.83 | 78.02 | - |
| YUV | 109.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 232 | 0.17 | 0.81 | 0 | 0.09 | 287.23 | 0.8 | 0.54 |
| Hex | C0 | 2C | E8 | 11 | 51 | 0 | 9 | 11F | 50 | 36 |
| Octal | 300 | 54 | 350 | 21 | 121 | 0 | 11 | 437 | 120 | 66 |
| Binary | 11000000 | 101100 | 11101000 | 10001 | 1010001 | 0 | 1001 | 100011111 | 1010000 | 110110 |
Color Harmonies of #C02CE8
Complementary color
Monochromatic Colors of #C02CE8
Black with #C02CE8
Text Example
Text Example
White with #C02CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CE8; }
p { color: rgb(192,44,232); }
H1.HeaderClassName
{
color: #C02CE8;
}
.AnyTagClassName
{
color: #C02CE8;
}
</style>
background-color css
<style>
a { background-color: #C02CE8; }
a { background-color: rgb(192,44,232); }
div.DivClassName
{
background-color: #C02CE8;
}
.BgClassName
{
background-color: #C02CE8;
}
</style>
border-color css
<style>
span { border-color: #C02CE8; }
span { border-color: rgb(192,44,232); }
td.TdClassName
{
border-color: #C02CE8;
}
.TagClassName
{
border-color: #C02CE8;
}
</style>