Shades of Medium Orchid #C03EFF
Tints of Medium Orchid #C03EFF
RGB
CMYK
RGB Variations
Color information
#C03EFF (or 0xC03EFF) is known color: Medium Orchid. HEX triplet: C0, 3E and FF. RGB value is (192,62,255). Sum of RGB (Red+Green+Blue) = 192+62+255=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #C03EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EFF is #3FC100. Grayscale: #7A7A7A. Windows color (decimal): -4178177 or 16727744. OLE color: 16727744.
HSL color Cylindrical-coordinate representation of color #C03EFF: hue angle of 280.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03EFF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 62 | 255 | - |
| CMYK | 0.25 | 0.76 | 0 | 0 |
| HSL | 280.41º | 1% | 0.62% | - |
| HSV(B) | 280.41º | 0.76% | 1% | - |
| XYZ | 41.51 | 21.87 | 96.64 | - |
| YUV | 122.87 | 202.57 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 255 | 0.25 | 0.76 | 0 | 0 | 280.41 | 1 | 0.62 |
| Hex | C0 | 3E | FF | 19 | 4C | 0 | 0 | 118 | 64 | 3E |
| Octal | 300 | 76 | 377 | 31 | 114 | 0 | 0 | 430 | 144 | 76 |
| Binary | 11000000 | 111110 | 11111111 | 11001 | 1001100 | 0 | 0 | 100011000 | 1100100 | 111110 |
Color Harmonies of #C03EFF
Complementary color
Monochromatic Colors of #C03EFF
Black with #C03EFF
Text Example
Text Example
White with #C03EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EFF; }
p { color: rgb(192,62,255); }
H1.HeaderClassName
{
color: #C03EFF;
}
.AnyTagClassName
{
color: #C03EFF;
}
</style>
background-color css
<style>
a { background-color: #C03EFF; }
a { background-color: rgb(192,62,255); }
div.DivClassName
{
background-color: #C03EFF;
}
.BgClassName
{
background-color: #C03EFF;
}
</style>
border-color css
<style>
span { border-color: #C03EFF; }
span { border-color: rgb(192,62,255); }
td.TdClassName
{
border-color: #C03EFF;
}
.TagClassName
{
border-color: #C03EFF;
}
</style>