Shades of Medium Orchid #C341E1
Tints of Medium Orchid #C341E1
RGB
CMYK
RGB Variations
Color information
#C341E1 (or 0xC341E1) is known color: Medium Orchid. HEX triplet: C3, 41 and E1. RGB value is (195,65,225). Sum of RGB (Red+Green+Blue) = 195+65+225=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #C341E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341E1 is #3CBE1E. Grayscale: #797979. Windows color (decimal): -3980831 or 14762435. OLE color: 14762435.
HSL color Cylindrical-coordinate representation of color #C341E1: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C341E1 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 65 | 225 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.12 |
| HSL | 288.75º | 0.73% | 0.57% | - |
| HSV(B) | 288.75º | 0.71% | 0.88% | - |
| XYZ | 37.99 | 20.82 | 73.25 | - |
| YUV | 122.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 225 | 0.13 | 0.71 | 0 | 0.12 | 288.75 | 0.73 | 0.57 |
| Hex | C3 | 41 | E1 | D | 47 | 0 | C | 121 | 49 | 39 |
| Octal | 303 | 101 | 341 | 15 | 107 | 0 | 14 | 441 | 111 | 71 |
| Binary | 11000011 | 1000001 | 11100001 | 1101 | 1000111 | 0 | 1100 | 100100001 | 1001001 | 111001 |
Color Harmonies of #C341E1
Complementary color
Monochromatic Colors of #C341E1
Black with #C341E1
Text Example
Text Example
White with #C341E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341E1; }
p { color: rgb(195,65,225); }
H1.HeaderClassName
{
color: #C341E1;
}
.AnyTagClassName
{
color: #C341E1;
}
</style>
background-color css
<style>
a { background-color: #C341E1; }
a { background-color: rgb(195,65,225); }
div.DivClassName
{
background-color: #C341E1;
}
.BgClassName
{
background-color: #C341E1;
}
</style>
border-color css
<style>
span { border-color: #C341E1; }
span { border-color: rgb(195,65,225); }
td.TdClassName
{
border-color: #C341E1;
}
.TagClassName
{
border-color: #C341E1;
}
</style>