Shades of Medium Orchid #C02FE8
Tints of Medium Orchid #C02FE8
RGB
CMYK
RGB Variations
Color information
#C02FE8 (or 0xC02FE8) is known color: Medium Orchid. HEX triplet: C0, 2F and E8. RGB value is (192,47,232). Sum of RGB (Red+Green+Blue) = 192+47+232=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #C02FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FE8 is #3FD017. Grayscale: #6E6E6E. Windows color (decimal): -4182040 or 15216576. OLE color: 15216576.
HSL color Cylindrical-coordinate representation of color #C02FE8: hue angle of 287.03º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02FE8 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 47 | 232 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.09 |
| HSL | 287.03º | 0.8% | 0.55% | - |
| HSV(B) | 287.03º | 0.8% | 0.91% | - |
| XYZ | 37.32 | 19.07 | 78.06 | - |
| YUV | 111.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 232 | 0.17 | 0.80 | 0 | 0.09 | 287.03 | 0.8 | 0.55 |
| Hex | C0 | 2F | E8 | 11 | 50 | 0 | 9 | 11F | 50 | 37 |
| Octal | 300 | 57 | 350 | 21 | 120 | 0 | 11 | 437 | 120 | 67 |
| Binary | 11000000 | 101111 | 11101000 | 10001 | 1010000 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #C02FE8
Complementary color
Monochromatic Colors of #C02FE8
Black with #C02FE8
Text Example
Text Example
White with #C02FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FE8; }
p { color: rgb(192,47,232); }
H1.HeaderClassName
{
color: #C02FE8;
}
.AnyTagClassName
{
color: #C02FE8;
}
</style>
background-color css
<style>
a { background-color: #C02FE8; }
a { background-color: rgb(192,47,232); }
div.DivClassName
{
background-color: #C02FE8;
}
.BgClassName
{
background-color: #C02FE8;
}
</style>
border-color css
<style>
span { border-color: #C02FE8; }
span { border-color: rgb(192,47,232); }
td.TdClassName
{
border-color: #C02FE8;
}
.TagClassName
{
border-color: #C02FE8;
}
</style>