Shades of Medium Orchid #C036F2
Tints of Medium Orchid #C036F2
RGB
CMYK
RGB Variations
Color information
#C036F2 (or 0xC036F2) is known color: Medium Orchid. HEX triplet: C0, 36 and F2. RGB value is (192,54,242). Sum of RGB (Red+Green+Blue) = 192+54+242=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #C036F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036F2 is #3FC90D. Grayscale: #747474. Windows color (decimal): -4180238 or 15873728. OLE color: 15873728.
HSL color Cylindrical-coordinate representation of color #C036F2: hue angle of 284.04º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C036F2 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 54 | 242 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.05 |
| HSL | 284.04º | 0.88% | 0.58% | - |
| HSV(B) | 284.04º | 0.78% | 0.95% | - |
| XYZ | 39.08 | 20.26 | 85.85 | - |
| YUV | 116.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 242 | 0.21 | 0.78 | 0 | 0.05 | 284.04 | 0.88 | 0.58 |
| Hex | C0 | 36 | F2 | 15 | 4E | 0 | 5 | 11C | 58 | 3A |
| Octal | 300 | 66 | 362 | 25 | 116 | 0 | 5 | 434 | 130 | 72 |
| Binary | 11000000 | 110110 | 11110010 | 10101 | 1001110 | 0 | 101 | 100011100 | 1011000 | 111010 |
Color Harmonies of #C036F2
Complementary color
Monochromatic Colors of #C036F2
Black with #C036F2
Text Example
Text Example
White with #C036F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036F2; }
p { color: rgb(192,54,242); }
H1.HeaderClassName
{
color: #C036F2;
}
.AnyTagClassName
{
color: #C036F2;
}
</style>
background-color css
<style>
a { background-color: #C036F2; }
a { background-color: rgb(192,54,242); }
div.DivClassName
{
background-color: #C036F2;
}
.BgClassName
{
background-color: #C036F2;
}
</style>
border-color css
<style>
span { border-color: #C036F2; }
span { border-color: rgb(192,54,242); }
td.TdClassName
{
border-color: #C036F2;
}
.TagClassName
{
border-color: #C036F2;
}
</style>