Shades of Medium Orchid #C136FE
Tints of Medium Orchid #C136FE
RGB
CMYK
RGB Variations
Color information
#C136FE (or 0xC136FE) is known color: Medium Orchid. HEX triplet: C1, 36 and FE. RGB value is (193,54,254). Sum of RGB (Red+Green+Blue) = 193+54+254=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #C136FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136FE is #3EC901. Grayscale: #757575. Windows color (decimal): -4114690 or 16660161. OLE color: 16660161.
HSL color Cylindrical-coordinate representation of color #C136FE: hue angle of 281.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C136FE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 54 | 254 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.00 |
| HSL | 281.7º | 0.99% | 0.6% | - |
| HSV(B) | 281.7º | 0.79% | 1% | - |
| XYZ | 41.2 | 21.13 | 95.67 | - |
| YUV | 118.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 254 | 0.24 | 0.79 | 0 | 0.00 | 281.7 | 0.99 | 0.6 |
| Hex | C1 | 36 | FE | 18 | 4F | 0 | 0 | 11A | 63 | 3C |
| Octal | 301 | 66 | 376 | 30 | 117 | 0 | 0 | 432 | 143 | 74 |
| Binary | 11000001 | 110110 | 11111110 | 11000 | 1001111 | 0 | 0 | 100011010 | 1100011 | 111100 |
Color Harmonies of #C136FE
Complementary color
Monochromatic Colors of #C136FE
Black with #C136FE
Text Example
Text Example
White with #C136FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136FE; }
p { color: rgb(193,54,254); }
H1.HeaderClassName
{
color: #C136FE;
}
.AnyTagClassName
{
color: #C136FE;
}
</style>
background-color css
<style>
a { background-color: #C136FE; }
a { background-color: rgb(193,54,254); }
div.DivClassName
{
background-color: #C136FE;
}
.BgClassName
{
background-color: #C136FE;
}
</style>
border-color css
<style>
span { border-color: #C136FE; }
span { border-color: rgb(193,54,254); }
td.TdClassName
{
border-color: #C136FE;
}
.TagClassName
{
border-color: #C136FE;
}
</style>