Shades of Medium Orchid #C02FEF
Tints of Medium Orchid #C02FEF
RGB
CMYK
RGB Variations
Color information
#C02FEF (or 0xC02FEF) is known color: Medium Orchid. HEX triplet: C0, 2F and EF. RGB value is (192,47,239). Sum of RGB (Red+Green+Blue) = 192+47+239=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FEF is #3FD010. Grayscale: #6F6F6F. Windows color (decimal): -4182033 or 15675328. OLE color: 15675328.
HSL color Cylindrical-coordinate representation of color #C02FEF: hue angle of 285.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02FEF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 47 | 239 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.06 |
| HSL | 285.31º | 0.86% | 0.56% | - |
| HSV(B) | 285.31º | 0.8% | 0.94% | - |
| XYZ | 38.33 | 19.47 | 83.4 | - |
| YUV | 112.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 239 | 0.20 | 0.80 | 0 | 0.06 | 285.31 | 0.86 | 0.56 |
| Hex | C0 | 2F | EF | 14 | 50 | 0 | 6 | 11D | 56 | 38 |
| Octal | 300 | 57 | 357 | 24 | 120 | 0 | 6 | 435 | 126 | 70 |
| Binary | 11000000 | 101111 | 11101111 | 10100 | 1010000 | 0 | 110 | 100011101 | 1010110 | 111000 |
Color Harmonies of #C02FEF
Complementary color
Monochromatic Colors of #C02FEF
Black with #C02FEF
Text Example
Text Example
White with #C02FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FEF; }
p { color: rgb(192,47,239); }
H1.HeaderClassName
{
color: #C02FEF;
}
.AnyTagClassName
{
color: #C02FEF;
}
</style>
background-color css
<style>
a { background-color: #C02FEF; }
a { background-color: rgb(192,47,239); }
div.DivClassName
{
background-color: #C02FEF;
}
.BgClassName
{
background-color: #C02FEF;
}
</style>
border-color css
<style>
span { border-color: #C02FEF; }
span { border-color: rgb(192,47,239); }
td.TdClassName
{
border-color: #C02FEF;
}
.TagClassName
{
border-color: #C02FEF;
}
</style>