Shades of Medium Orchid #C02EEF
Tints of Medium Orchid #C02EEF
RGB
CMYK
RGB Variations
Color information
#C02EEF (or 0xC02EEF) is known color: Medium Orchid. HEX triplet: C0, 2E and EF. RGB value is (192,46,239). Sum of RGB (Red+Green+Blue) = 192+46+239=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EEF is #3FD110. Grayscale: #6F6F6F. Windows color (decimal): -4182289 or 15675072. OLE color: 15675072.
HSL color Cylindrical-coordinate representation of color #C02EEF: hue angle of 285.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02EEF is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 46 | 239 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.06 |
| HSL | 285.39º | 0.86% | 0.56% | - |
| HSV(B) | 285.39º | 0.81% | 0.94% | - |
| XYZ | 38.3 | 19.39 | 83.39 | - |
| YUV | 111.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 239 | 0.20 | 0.81 | 0 | 0.06 | 285.39 | 0.86 | 0.56 |
| Hex | C0 | 2E | EF | 14 | 51 | 0 | 6 | 11D | 56 | 38 |
| Octal | 300 | 56 | 357 | 24 | 121 | 0 | 6 | 435 | 126 | 70 |
| Binary | 11000000 | 101110 | 11101111 | 10100 | 1010001 | 0 | 110 | 100011101 | 1010110 | 111000 |
Color Harmonies of #C02EEF
Complementary color
Monochromatic Colors of #C02EEF
Black with #C02EEF
Text Example
Text Example
White with #C02EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EEF; }
p { color: rgb(192,46,239); }
H1.HeaderClassName
{
color: #C02EEF;
}
.AnyTagClassName
{
color: #C02EEF;
}
</style>
background-color css
<style>
a { background-color: #C02EEF; }
a { background-color: rgb(192,46,239); }
div.DivClassName
{
background-color: #C02EEF;
}
.BgClassName
{
background-color: #C02EEF;
}
</style>
border-color css
<style>
span { border-color: #C02EEF; }
span { border-color: rgb(192,46,239); }
td.TdClassName
{
border-color: #C02EEF;
}
.TagClassName
{
border-color: #C02EEF;
}
</style>