Shades of Medium Orchid #C341ED
Tints of Medium Orchid #C341ED
RGB
CMYK
RGB Variations
Color information
#C341ED (or 0xC341ED) is known color: Medium Orchid. HEX triplet: C3, 41 and ED. RGB value is (195,65,237). Sum of RGB (Red+Green+Blue) = 195+65+237=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C341ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341ED is #3CBE12. Grayscale: #7A7A7A. Windows color (decimal): -3980819 or 15548867. OLE color: 15548867.
HSL color Cylindrical-coordinate representation of color #C341ED: hue angle of 285.35º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C341ED is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 65 | 237 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.07 |
| HSL | 285.35º | 0.83% | 0.59% | - |
| HSV(B) | 285.35º | 0.73% | 0.93% | - |
| XYZ | 39.68 | 21.5 | 82.18 | - |
| YUV | 123.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 237 | 0.18 | 0.73 | 0 | 0.07 | 285.35 | 0.83 | 0.59 |
| Hex | C3 | 41 | ED | 12 | 49 | 0 | 7 | 11D | 53 | 3B |
| Octal | 303 | 101 | 355 | 22 | 111 | 0 | 7 | 435 | 123 | 73 |
| Binary | 11000011 | 1000001 | 11101101 | 10010 | 1001001 | 0 | 111 | 100011101 | 1010011 | 111011 |
Color Harmonies of #C341ED
Complementary color
Monochromatic Colors of #C341ED
Black with #C341ED
Text Example
Text Example
White with #C341ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341ED; }
p { color: rgb(195,65,237); }
H1.HeaderClassName
{
color: #C341ED;
}
.AnyTagClassName
{
color: #C341ED;
}
</style>
background-color css
<style>
a { background-color: #C341ED; }
a { background-color: rgb(195,65,237); }
div.DivClassName
{
background-color: #C341ED;
}
.BgClassName
{
background-color: #C341ED;
}
</style>
border-color css
<style>
span { border-color: #C341ED; }
span { border-color: rgb(195,65,237); }
td.TdClassName
{
border-color: #C341ED;
}
.TagClassName
{
border-color: #C341ED;
}
</style>