Shades of Medium Orchid #C03CE0
Tints of Medium Orchid #C03CE0
RGB
CMYK
RGB Variations
Color information
#C03CE0 (or 0xC03CE0) is known color: Medium Orchid. HEX triplet: C0, 3C and E0. RGB value is (192,60,224). Sum of RGB (Red+Green+Blue) = 192+60+224=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #C03CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CE0 is #3FC31F. Grayscale: #757575. Windows color (decimal): -4178720 or 14695616. OLE color: 14695616.
HSL color Cylindrical-coordinate representation of color #C03CE0: hue angle of 288.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03CE0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 60 | 224 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.12 |
| HSL | 288.29º | 0.73% | 0.56% | - |
| HSV(B) | 288.29º | 0.73% | 0.88% | - |
| XYZ | 36.81 | 19.82 | 72.41 | - |
| YUV | 118.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 224 | 0.14 | 0.73 | 0 | 0.12 | 288.29 | 0.73 | 0.56 |
| Hex | C0 | 3C | E0 | E | 49 | 0 | C | 120 | 49 | 38 |
| Octal | 300 | 74 | 340 | 16 | 111 | 0 | 14 | 440 | 111 | 70 |
| Binary | 11000000 | 111100 | 11100000 | 1110 | 1001001 | 0 | 1100 | 100100000 | 1001001 | 111000 |
Color Harmonies of #C03CE0
Complementary color
Monochromatic Colors of #C03CE0
Black with #C03CE0
Text Example
Text Example
White with #C03CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CE0; }
p { color: rgb(192,60,224); }
H1.HeaderClassName
{
color: #C03CE0;
}
.AnyTagClassName
{
color: #C03CE0;
}
</style>
background-color css
<style>
a { background-color: #C03CE0; }
a { background-color: rgb(192,60,224); }
div.DivClassName
{
background-color: #C03CE0;
}
.BgClassName
{
background-color: #C03CE0;
}
</style>
border-color css
<style>
span { border-color: #C03CE0; }
span { border-color: rgb(192,60,224); }
td.TdClassName
{
border-color: #C03CE0;
}
.TagClassName
{
border-color: #C03CE0;
}
</style>