Shades of Medium Orchid #C236FC
Tints of Medium Orchid #C236FC
RGB
CMYK
RGB Variations
Color information
#C236FC (or 0xC236FC) is known color: Medium Orchid. HEX triplet: C2, 36 and FC. RGB value is (194,54,252). Sum of RGB (Red+Green+Blue) = 194+54+252=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #C236FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FC is #3DC903. Grayscale: #757575. Windows color (decimal): -4049156 or 16529090. OLE color: 16529090.
HSL color Cylindrical-coordinate representation of color #C236FC: hue angle of 282.42º 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 #C236FC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 54 | 252 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.42º | 0.97% | 0.6% | - |
| HSV(B) | 282.42º | 0.79% | 0.99% | - |
| XYZ | 41.14 | 21.14 | 94.01 | - |
| YUV | 118.43 | 203.38 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 252 | 0.23 | 0.79 | 0 | 0.01 | 282.42 | 0.97 | 0.6 |
| Hex | C2 | 36 | FC | 17 | 4F | 0 | 1 | 11A | 61 | 3C |
| Octal | 302 | 66 | 374 | 27 | 117 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000010 | 110110 | 11111100 | 10111 | 1001111 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C236FC
Complementary color
Monochromatic Colors of #C236FC
Black with #C236FC
Text Example
Text Example
White with #C236FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236FC; }
p { color: rgb(194,54,252); }
H1.HeaderClassName
{
color: #C236FC;
}
.AnyTagClassName
{
color: #C236FC;
}
</style>
background-color css
<style>
a { background-color: #C236FC; }
a { background-color: rgb(194,54,252); }
div.DivClassName
{
background-color: #C236FC;
}
.BgClassName
{
background-color: #C236FC;
}
</style>
border-color css
<style>
span { border-color: #C236FC; }
span { border-color: rgb(194,54,252); }
td.TdClassName
{
border-color: #C236FC;
}
.TagClassName
{
border-color: #C236FC;
}
</style>