Shades of Medium Orchid #C03DEC
Tints of Medium Orchid #C03DEC
RGB
CMYK
RGB Variations
Color information
#C03DEC (or 0xC03DEC) is known color: Medium Orchid. HEX triplet: C0, 3D and EC. RGB value is (192,61,236). Sum of RGB (Red+Green+Blue) = 192+61+236=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #C03DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DEC is #3FC213. Grayscale: #777777. Windows color (decimal): -4178452 or 15482304. OLE color: 15482304.
HSL color Cylindrical-coordinate representation of color #C03DEC: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03DEC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 61 | 236 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.07 |
| HSL | 284.91º | 0.82% | 0.58% | - |
| HSV(B) | 284.91º | 0.74% | 0.93% | - |
| XYZ | 38.55 | 20.6 | 81.3 | - |
| YUV | 120.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 236 | 0.19 | 0.74 | 0 | 0.07 | 284.91 | 0.82 | 0.58 |
| Hex | C0 | 3D | EC | 13 | 4A | 0 | 7 | 11D | 52 | 3A |
| Octal | 300 | 75 | 354 | 23 | 112 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000000 | 111101 | 11101100 | 10011 | 1001010 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C03DEC
Complementary color
Monochromatic Colors of #C03DEC
Black with #C03DEC
Text Example
Text Example
White with #C03DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DEC; }
p { color: rgb(192,61,236); }
H1.HeaderClassName
{
color: #C03DEC;
}
.AnyTagClassName
{
color: #C03DEC;
}
</style>
background-color css
<style>
a { background-color: #C03DEC; }
a { background-color: rgb(192,61,236); }
div.DivClassName
{
background-color: #C03DEC;
}
.BgClassName
{
background-color: #C03DEC;
}
</style>
border-color css
<style>
span { border-color: #C03DEC; }
span { border-color: rgb(192,61,236); }
td.TdClassName
{
border-color: #C03DEC;
}
.TagClassName
{
border-color: #C03DEC;
}
</style>