Shades of Medium Orchid #C136FC
Tints of Medium Orchid #C136FC
RGB
CMYK
RGB Variations
Color information
#C136FC (or 0xC136FC) is known color: Medium Orchid. HEX triplet: C1, 36 and FC. RGB value is (193,54,252). Sum of RGB (Red+Green+Blue) = 193+54+252=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C136FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136FC is #3EC903. Grayscale: #757575. Windows color (decimal): -4114692 or 16529089. OLE color: 16529089.
HSL color Cylindrical-coordinate representation of color #C136FC: hue angle of 282.12º 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 #C136FC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 54 | 252 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.12º | 0.97% | 0.6% | - |
| HSV(B) | 282.12º | 0.79% | 0.99% | - |
| XYZ | 40.88 | 21 | 93.99 | - |
| YUV | 118.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 252 | 0.23 | 0.79 | 0 | 0.01 | 282.12 | 0.97 | 0.6 |
| Hex | C1 | 36 | FC | 17 | 4F | 0 | 1 | 11A | 61 | 3C |
| Octal | 301 | 66 | 374 | 27 | 117 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000001 | 110110 | 11111100 | 10111 | 1001111 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C136FC
Complementary color
Monochromatic Colors of #C136FC
Black with #C136FC
Text Example
Text Example
White with #C136FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136FC; }
p { color: rgb(193,54,252); }
H1.HeaderClassName
{
color: #C136FC;
}
.AnyTagClassName
{
color: #C136FC;
}
</style>
background-color css
<style>
a { background-color: #C136FC; }
a { background-color: rgb(193,54,252); }
div.DivClassName
{
background-color: #C136FC;
}
.BgClassName
{
background-color: #C136FC;
}
</style>
border-color css
<style>
span { border-color: #C136FC; }
span { border-color: rgb(193,54,252); }
td.TdClassName
{
border-color: #C136FC;
}
.TagClassName
{
border-color: #C136FC;
}
</style>