Shades of Medium Orchid #C239FA
Tints of Medium Orchid #C239FA
RGB
CMYK
RGB Variations
Color information
#C239FA (or 0xC239FA) is known color: Medium Orchid. HEX triplet: C2, 39 and FA. RGB value is (194,57,250). Sum of RGB (Red+Green+Blue) = 194+57+250=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #C239FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239FA is #3DC605. Grayscale: #777777. Windows color (decimal): -4048390 or 16398786. OLE color: 16398786.
HSL color Cylindrical-coordinate representation of color #C239FA: hue angle of 282.59º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C239FA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 57 | 250 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.02 |
| HSL | 282.59º | 0.95% | 0.6% | - |
| HSV(B) | 282.59º | 0.77% | 0.98% | - |
| XYZ | 40.97 | 21.3 | 92.39 | - |
| YUV | 119.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 250 | 0.22 | 0.77 | 0 | 0.02 | 282.59 | 0.95 | 0.6 |
| Hex | C2 | 39 | FA | 16 | 4D | 0 | 2 | 11B | 5F | 3C |
| Octal | 302 | 71 | 372 | 26 | 115 | 0 | 2 | 433 | 137 | 74 |
| Binary | 11000010 | 111001 | 11111010 | 10110 | 1001101 | 0 | 10 | 100011011 | 1011111 | 111100 |
Color Harmonies of #C239FA
Complementary color
Monochromatic Colors of #C239FA
Black with #C239FA
Text Example
Text Example
White with #C239FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239FA; }
p { color: rgb(194,57,250); }
H1.HeaderClassName
{
color: #C239FA;
}
.AnyTagClassName
{
color: #C239FA;
}
</style>
background-color css
<style>
a { background-color: #C239FA; }
a { background-color: rgb(194,57,250); }
div.DivClassName
{
background-color: #C239FA;
}
.BgClassName
{
background-color: #C239FA;
}
</style>
border-color css
<style>
span { border-color: #C239FA; }
span { border-color: rgb(194,57,250); }
td.TdClassName
{
border-color: #C239FA;
}
.TagClassName
{
border-color: #C239FA;
}
</style>