Shades of Medium Orchid #C236FB
Tints of Medium Orchid #C236FB
RGB
CMYK
RGB Variations
Color information
#C236FB (or 0xC236FB) is known color: Medium Orchid. HEX triplet: C2, 36 and FB. RGB value is (194,54,251). Sum of RGB (Red+Green+Blue) = 194+54+251=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C236FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FB is #3DC904. Grayscale: #757575. Windows color (decimal): -4049157 or 16463554. OLE color: 16463554.
HSL color Cylindrical-coordinate representation of color #C236FB: hue angle of 282.64º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C236FB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 54 | 251 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.02 |
| HSL | 282.64º | 0.96% | 0.6% | - |
| HSV(B) | 282.64º | 0.78% | 0.98% | - |
| XYZ | 40.98 | 21.07 | 93.17 | - |
| YUV | 118.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 251 | 0.23 | 0.78 | 0 | 0.02 | 282.64 | 0.96 | 0.6 |
| Hex | C2 | 36 | FB | 17 | 4E | 0 | 2 | 11B | 60 | 3C |
| Octal | 302 | 66 | 373 | 27 | 116 | 0 | 2 | 433 | 140 | 74 |
| Binary | 11000010 | 110110 | 11111011 | 10111 | 1001110 | 0 | 10 | 100011011 | 1100000 | 111100 |
Color Harmonies of #C236FB
Complementary color
Monochromatic Colors of #C236FB
Black with #C236FB
Text Example
Text Example
White with #C236FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236FB; }
p { color: rgb(194,54,251); }
H1.HeaderClassName
{
color: #C236FB;
}
.AnyTagClassName
{
color: #C236FB;
}
</style>
background-color css
<style>
a { background-color: #C236FB; }
a { background-color: rgb(194,54,251); }
div.DivClassName
{
background-color: #C236FB;
}
.BgClassName
{
background-color: #C236FB;
}
</style>
border-color css
<style>
span { border-color: #C236FB; }
span { border-color: rgb(194,54,251); }
td.TdClassName
{
border-color: #C236FB;
}
.TagClassName
{
border-color: #C236FB;
}
</style>