Shades of Medium Orchid #C02CEB
Tints of Medium Orchid #C02CEB
RGB
CMYK
RGB Variations
Color information
#C02CEB (or 0xC02CEB) is known color: Medium Orchid. HEX triplet: C0, 2C and EB. RGB value is (192,44,235). Sum of RGB (Red+Green+Blue) = 192+44+235=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #C02CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CEB is #3FD314. Grayscale: #6D6D6D. Windows color (decimal): -4182805 or 15412416. OLE color: 15412416.
HSL color Cylindrical-coordinate representation of color #C02CEB: hue angle of 286.49º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02CEB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 44 | 235 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.08 |
| HSL | 286.49º | 0.83% | 0.55% | - |
| HSV(B) | 286.49º | 0.81% | 0.92% | - |
| XYZ | 37.63 | 19.01 | 80.28 | - |
| YUV | 110.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 235 | 0.18 | 0.81 | 0 | 0.08 | 286.49 | 0.83 | 0.55 |
| Hex | C0 | 2C | EB | 12 | 51 | 0 | 8 | 11E | 53 | 37 |
| Octal | 300 | 54 | 353 | 22 | 121 | 0 | 10 | 436 | 123 | 67 |
| Binary | 11000000 | 101100 | 11101011 | 10010 | 1010001 | 0 | 1000 | 100011110 | 1010011 | 110111 |
Color Harmonies of #C02CEB
Complementary color
Monochromatic Colors of #C02CEB
Black with #C02CEB
Text Example
Text Example
White with #C02CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CEB; }
p { color: rgb(192,44,235); }
H1.HeaderClassName
{
color: #C02CEB;
}
.AnyTagClassName
{
color: #C02CEB;
}
</style>
background-color css
<style>
a { background-color: #C02CEB; }
a { background-color: rgb(192,44,235); }
div.DivClassName
{
background-color: #C02CEB;
}
.BgClassName
{
background-color: #C02CEB;
}
</style>
border-color css
<style>
span { border-color: #C02CEB; }
span { border-color: rgb(192,44,235); }
td.TdClassName
{
border-color: #C02CEB;
}
.TagClassName
{
border-color: #C02CEB;
}
</style>