Shades of Medium Orchid #C036FC
Tints of Medium Orchid #C036FC
RGB
CMYK
RGB Variations
Color information
#C036FC (or 0xC036FC) is known color: Medium Orchid. HEX triplet: C0, 36 and FC. RGB value is (192,54,252). Sum of RGB (Red+Green+Blue) = 192+54+252=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #C036FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036FC is #3FC903. Grayscale: #757575. Windows color (decimal): -4180228 or 16529088. OLE color: 16529088.
HSL color Cylindrical-coordinate representation of color #C036FC: hue angle of 281.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C036FC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 54 | 252 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.01 |
| HSL | 281.82º | 0.97% | 0.6% | - |
| HSV(B) | 281.82º | 0.79% | 0.99% | - |
| XYZ | 40.63 | 20.87 | 93.98 | - |
| YUV | 117.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 252 | 0.24 | 0.79 | 0 | 0.01 | 281.82 | 0.97 | 0.6 |
| Hex | C0 | 36 | FC | 18 | 4F | 0 | 1 | 11A | 61 | 3C |
| Octal | 300 | 66 | 374 | 30 | 117 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000000 | 110110 | 11111100 | 11000 | 1001111 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C036FC
Complementary color
Monochromatic Colors of #C036FC
Black with #C036FC
Text Example
Text Example
White with #C036FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036FC; }
p { color: rgb(192,54,252); }
H1.HeaderClassName
{
color: #C036FC;
}
.AnyTagClassName
{
color: #C036FC;
}
</style>
background-color css
<style>
a { background-color: #C036FC; }
a { background-color: rgb(192,54,252); }
div.DivClassName
{
background-color: #C036FC;
}
.BgClassName
{
background-color: #C036FC;
}
</style>
border-color css
<style>
span { border-color: #C036FC; }
span { border-color: rgb(192,54,252); }
td.TdClassName
{
border-color: #C036FC;
}
.TagClassName
{
border-color: #C036FC;
}
</style>