Shades of Medium Orchid #C339F1
Tints of Medium Orchid #C339F1
RGB
CMYK
RGB Variations
Color information
#C339F1 (or 0xC339F1) is known color: Medium Orchid. HEX triplet: C3, 39 and F1. RGB value is (195,57,241). Sum of RGB (Red+Green+Blue) = 195+57+241=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #C339F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339F1 is #3CC60E. Grayscale: #767676. Windows color (decimal): -3982863 or 15808963. OLE color: 15808963.
HSL color Cylindrical-coordinate representation of color #C339F1: hue angle of 285º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C339F1 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 57 | 241 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.05 |
| HSL | 285º | 0.87% | 0.58% | - |
| HSV(B) | 285º | 0.76% | 0.95% | - |
| XYZ | 39.85 | 20.88 | 85.15 | - |
| YUV | 119.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 241 | 0.19 | 0.76 | 0 | 0.05 | 285 | 0.87 | 0.58 |
| Hex | C3 | 39 | F1 | 13 | 4C | 0 | 5 | 11D | 57 | 3A |
| Octal | 303 | 71 | 361 | 23 | 114 | 0 | 5 | 435 | 127 | 72 |
| Binary | 11000011 | 111001 | 11110001 | 10011 | 1001100 | 0 | 101 | 100011101 | 1010111 | 111010 |
Color Harmonies of #C339F1
Complementary color
Monochromatic Colors of #C339F1
Black with #C339F1
Text Example
Text Example
White with #C339F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339F1; }
p { color: rgb(195,57,241); }
H1.HeaderClassName
{
color: #C339F1;
}
.AnyTagClassName
{
color: #C339F1;
}
</style>
background-color css
<style>
a { background-color: #C339F1; }
a { background-color: rgb(195,57,241); }
div.DivClassName
{
background-color: #C339F1;
}
.BgClassName
{
background-color: #C339F1;
}
</style>
border-color css
<style>
span { border-color: #C339F1; }
span { border-color: rgb(195,57,241); }
td.TdClassName
{
border-color: #C339F1;
}
.TagClassName
{
border-color: #C339F1;
}
</style>