Shades of Medium Orchid #C237FA
Tints of Medium Orchid #C237FA
RGB
CMYK
RGB Variations
Color information
#C237FA (or 0xC237FA) is known color: Medium Orchid. HEX triplet: C2, 37 and FA. RGB value is (194,55,250). Sum of RGB (Red+Green+Blue) = 194+55+250=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #C237FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237FA is #3DC805. Grayscale: #767676. Windows color (decimal): -4048902 or 16398274. OLE color: 16398274.
HSL color Cylindrical-coordinate representation of color #C237FA: hue angle of 282.77º degrees, saturation: 0.95, 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 #C237FA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 55 | 250 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.02 |
| HSL | 282.77º | 0.95% | 0.6% | - |
| HSV(B) | 282.77º | 0.78% | 0.98% | - |
| XYZ | 40.87 | 21.1 | 92.36 | - |
| YUV | 118.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 250 | 0.22 | 0.78 | 0 | 0.02 | 282.77 | 0.95 | 0.6 |
| Hex | C2 | 37 | FA | 16 | 4E | 0 | 2 | 11B | 5F | 3C |
| Octal | 302 | 67 | 372 | 26 | 116 | 0 | 2 | 433 | 137 | 74 |
| Binary | 11000010 | 110111 | 11111010 | 10110 | 1001110 | 0 | 10 | 100011011 | 1011111 | 111100 |
Color Harmonies of #C237FA
Complementary color
Monochromatic Colors of #C237FA
Black with #C237FA
Text Example
Text Example
White with #C237FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237FA; }
p { color: rgb(194,55,250); }
H1.HeaderClassName
{
color: #C237FA;
}
.AnyTagClassName
{
color: #C237FA;
}
</style>
background-color css
<style>
a { background-color: #C237FA; }
a { background-color: rgb(194,55,250); }
div.DivClassName
{
background-color: #C237FA;
}
.BgClassName
{
background-color: #C237FA;
}
</style>
border-color css
<style>
span { border-color: #C237FA; }
span { border-color: rgb(194,55,250); }
td.TdClassName
{
border-color: #C237FA;
}
.TagClassName
{
border-color: #C237FA;
}
</style>