Shades of Medium Orchid #C03EFE
Tints of Medium Orchid #C03EFE
RGB
CMYK
RGB Variations
Color information
#C03EFE (or 0xC03EFE) is known color: Medium Orchid. HEX triplet: C0, 3E and FE. RGB value is (192,62,254). Sum of RGB (Red+Green+Blue) = 192+62+254=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C03EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EFE is #3FC101. Grayscale: #7A7A7A. Windows color (decimal): -4178178 or 16662208. OLE color: 16662208.
HSL color Cylindrical-coordinate representation of color #C03EFE: hue angle of 280.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03EFE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 62 | 254 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.00 |
| HSL | 280.63º | 0.99% | 0.62% | - |
| HSV(B) | 280.63º | 0.76% | 1% | - |
| XYZ | 41.35 | 21.81 | 95.8 | - |
| YUV | 122.76 | 202.07 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 254 | 0.24 | 0.76 | 0 | 0.00 | 280.63 | 0.99 | 0.62 |
| Hex | C0 | 3E | FE | 18 | 4C | 0 | 0 | 119 | 63 | 3E |
| Octal | 300 | 76 | 376 | 30 | 114 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000000 | 111110 | 11111110 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C03EFE
Complementary color
Monochromatic Colors of #C03EFE
Black with #C03EFE
Text Example
Text Example
White with #C03EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EFE; }
p { color: rgb(192,62,254); }
H1.HeaderClassName
{
color: #C03EFE;
}
.AnyTagClassName
{
color: #C03EFE;
}
</style>
background-color css
<style>
a { background-color: #C03EFE; }
a { background-color: rgb(192,62,254); }
div.DivClassName
{
background-color: #C03EFE;
}
.BgClassName
{
background-color: #C03EFE;
}
</style>
border-color css
<style>
span { border-color: #C03EFE; }
span { border-color: rgb(192,62,254); }
td.TdClassName
{
border-color: #C03EFE;
}
.TagClassName
{
border-color: #C03EFE;
}
</style>