Shades of Medium Orchid #C239FF
Tints of Medium Orchid #C239FF
RGB
CMYK
RGB Variations
Color information
#C239FF (or 0xC239FF) is known color: Medium Orchid. HEX triplet: C2, 39 and FF. RGB value is (194,57,255). Sum of RGB (Red+Green+Blue) = 194+57+255=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #C239FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239FF is #3DC600. Grayscale: #777777. Windows color (decimal): -4048385 or 16726466. OLE color: 16726466.
HSL color Cylindrical-coordinate representation of color #C239FF: hue angle of 281.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C239FF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 57 | 255 | - |
| CMYK | 0.24 | 0.78 | 0 | 0 |
| HSL | 281.52º | 1% | 0.61% | - |
| HSV(B) | 281.52º | 0.78% | 1% | - |
| XYZ | 41.76 | 21.62 | 96.58 | - |
| YUV | 120.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 255 | 0.24 | 0.78 | 0 | 0 | 281.52 | 1 | 0.61 |
| Hex | C2 | 39 | FF | 18 | 4E | 0 | 0 | 11A | 64 | 3D |
| Octal | 302 | 71 | 377 | 30 | 116 | 0 | 0 | 432 | 144 | 75 |
| Binary | 11000010 | 111001 | 11111111 | 11000 | 1001110 | 0 | 0 | 100011010 | 1100100 | 111101 |
Color Harmonies of #C239FF
Complementary color
Monochromatic Colors of #C239FF
Black with #C239FF
Text Example
Text Example
White with #C239FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239FF; }
p { color: rgb(194,57,255); }
H1.HeaderClassName
{
color: #C239FF;
}
.AnyTagClassName
{
color: #C239FF;
}
</style>
background-color css
<style>
a { background-color: #C239FF; }
a { background-color: rgb(194,57,255); }
div.DivClassName
{
background-color: #C239FF;
}
.BgClassName
{
background-color: #C239FF;
}
</style>
border-color css
<style>
span { border-color: #C239FF; }
span { border-color: rgb(194,57,255); }
td.TdClassName
{
border-color: #C239FF;
}
.TagClassName
{
border-color: #C239FF;
}
</style>