Shades of Medium Orchid #C339E5
Tints of Medium Orchid #C339E5
RGB
CMYK
RGB Variations
Color information
#C339E5 (or 0xC339E5) is known color: Medium Orchid. HEX triplet: C3, 39 and E5. RGB value is (195,57,229). Sum of RGB (Red+Green+Blue) = 195+57+229=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #C339E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339E5 is #3CC61A. Grayscale: #757575. Windows color (decimal): -3982875 or 15022531. OLE color: 15022531.
HSL color Cylindrical-coordinate representation of color #C339E5: hue angle of 288.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C339E5 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 57 | 229 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.10 |
| HSL | 288.14º | 0.77% | 0.56% | - |
| HSV(B) | 288.14º | 0.75% | 0.9% | - |
| XYZ | 38.11 | 20.19 | 76.02 | - |
| YUV | 117.87 | 190.72 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 229 | 0.15 | 0.75 | 0 | 0.10 | 288.14 | 0.77 | 0.56 |
| Hex | C3 | 39 | E5 | F | 4B | 0 | A | 120 | 4D | 38 |
| Octal | 303 | 71 | 345 | 17 | 113 | 0 | 12 | 440 | 115 | 70 |
| Binary | 11000011 | 111001 | 11100101 | 1111 | 1001011 | 0 | 1010 | 100100000 | 1001101 | 111000 |
Color Harmonies of #C339E5
Complementary color
Monochromatic Colors of #C339E5
Black with #C339E5
Text Example
Text Example
White with #C339E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339E5; }
p { color: rgb(195,57,229); }
H1.HeaderClassName
{
color: #C339E5;
}
.AnyTagClassName
{
color: #C339E5;
}
</style>
background-color css
<style>
a { background-color: #C339E5; }
a { background-color: rgb(195,57,229); }
div.DivClassName
{
background-color: #C339E5;
}
.BgClassName
{
background-color: #C339E5;
}
</style>
border-color css
<style>
span { border-color: #C339E5; }
span { border-color: rgb(195,57,229); }
td.TdClassName
{
border-color: #C339E5;
}
.TagClassName
{
border-color: #C339E5;
}
</style>