Shades of Medium Orchid #C339EF
Tints of Medium Orchid #C339EF
RGB
CMYK
RGB Variations
Color information
#C339EF (or 0xC339EF) is known color: Medium Orchid. HEX triplet: C3, 39 and EF. RGB value is (195,57,239). Sum of RGB (Red+Green+Blue) = 195+57+239=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #C339EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C339EF is #3CC610. Grayscale: #767676. Windows color (decimal): -3982865 or 15677891. OLE color: 15677891.
HSL color Cylindrical-coordinate representation of color #C339EF: hue angle of 285.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C339EF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 57 | 239 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.06 |
| HSL | 285.49º | 0.85% | 0.58% | - |
| HSV(B) | 285.49º | 0.76% | 0.94% | - |
| XYZ | 39.55 | 20.76 | 83.58 | - |
| YUV | 119.01 | 195.72 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 239 | 0.18 | 0.76 | 0 | 0.06 | 285.49 | 0.85 | 0.58 |
| Hex | C3 | 39 | EF | 12 | 4C | 0 | 6 | 11D | 55 | 3A |
| Octal | 303 | 71 | 357 | 22 | 114 | 0 | 6 | 435 | 125 | 72 |
| Binary | 11000011 | 111001 | 11101111 | 10010 | 1001100 | 0 | 110 | 100011101 | 1010101 | 111010 |
Color Harmonies of #C339EF
Complementary color
Monochromatic Colors of #C339EF
Black with #C339EF
Text Example
Text Example
White with #C339EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339EF; }
p { color: rgb(195,57,239); }
H1.HeaderClassName
{
color: #C339EF;
}
.AnyTagClassName
{
color: #C339EF;
}
</style>
background-color css
<style>
a { background-color: #C339EF; }
a { background-color: rgb(195,57,239); }
div.DivClassName
{
background-color: #C339EF;
}
.BgClassName
{
background-color: #C339EF;
}
</style>
border-color css
<style>
span { border-color: #C339EF; }
span { border-color: rgb(195,57,239); }
td.TdClassName
{
border-color: #C339EF;
}
.TagClassName
{
border-color: #C339EF;
}
</style>