Shades of Medium Orchid #C341EC
Tints of Medium Orchid #C341EC
RGB
CMYK
RGB Variations
Color information
#C341EC (or 0xC341EC) is known color: Medium Orchid. HEX triplet: C3, 41 and EC. RGB value is (195,65,236). Sum of RGB (Red+Green+Blue) = 195+65+236=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C341EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341EC is #3CBE13. Grayscale: #7A7A7A. Windows color (decimal): -3980820 or 15483331. OLE color: 15483331.
HSL color Cylindrical-coordinate representation of color #C341EC: hue angle of 285.61º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C341EC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 65 | 236 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.07 |
| HSL | 285.61º | 0.82% | 0.59% | - |
| HSV(B) | 285.61º | 0.72% | 0.93% | - |
| XYZ | 39.54 | 21.44 | 81.41 | - |
| YUV | 123.36 | 191.57 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 236 | 0.17 | 0.72 | 0 | 0.07 | 285.61 | 0.82 | 0.59 |
| Hex | C3 | 41 | EC | 11 | 48 | 0 | 7 | 11E | 52 | 3B |
| Octal | 303 | 101 | 354 | 21 | 110 | 0 | 7 | 436 | 122 | 73 |
| Binary | 11000011 | 1000001 | 11101100 | 10001 | 1001000 | 0 | 111 | 100011110 | 1010010 | 111011 |
Color Harmonies of #C341EC
Complementary color
Monochromatic Colors of #C341EC
Black with #C341EC
Text Example
Text Example
White with #C341EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341EC; }
p { color: rgb(195,65,236); }
H1.HeaderClassName
{
color: #C341EC;
}
.AnyTagClassName
{
color: #C341EC;
}
</style>
background-color css
<style>
a { background-color: #C341EC; }
a { background-color: rgb(195,65,236); }
div.DivClassName
{
background-color: #C341EC;
}
.BgClassName
{
background-color: #C341EC;
}
</style>
border-color css
<style>
span { border-color: #C341EC; }
span { border-color: rgb(195,65,236); }
td.TdClassName
{
border-color: #C341EC;
}
.TagClassName
{
border-color: #C341EC;
}
</style>