Shades of Medium Orchid #C346E1
Tints of Medium Orchid #C346E1
RGB
CMYK
RGB Variations
Color information
#C346E1 (or 0xC346E1) is known color: Medium Orchid. HEX triplet: C3, 46 and E1. RGB value is (195,70,225). Sum of RGB (Red+Green+Blue) = 195+70+225=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #C346E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346E1 is #3CB91E. Grayscale: #7C7C7C. Windows color (decimal): -3979551 or 14763715. OLE color: 14763715.
HSL color Cylindrical-coordinate representation of color #C346E1: hue angle of 288.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C346E1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 70 | 225 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.12 |
| HSL | 288.39º | 0.72% | 0.58% | - |
| HSV(B) | 288.39º | 0.69% | 0.88% | - |
| XYZ | 38.29 | 21.42 | 73.35 | - |
| YUV | 125.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 225 | 0.13 | 0.69 | 0 | 0.12 | 288.39 | 0.72 | 0.58 |
| Hex | C3 | 46 | E1 | D | 45 | 0 | C | 120 | 48 | 3A |
| Octal | 303 | 106 | 341 | 15 | 105 | 0 | 14 | 440 | 110 | 72 |
| Binary | 11000011 | 1000110 | 11100001 | 1101 | 1000101 | 0 | 1100 | 100100000 | 1001000 | 111010 |
Color Harmonies of #C346E1
Complementary color
Monochromatic Colors of #C346E1
Black with #C346E1
Text Example
Text Example
White with #C346E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346E1; }
p { color: rgb(195,70,225); }
H1.HeaderClassName
{
color: #C346E1;
}
.AnyTagClassName
{
color: #C346E1;
}
</style>
background-color css
<style>
a { background-color: #C346E1; }
a { background-color: rgb(195,70,225); }
div.DivClassName
{
background-color: #C346E1;
}
.BgClassName
{
background-color: #C346E1;
}
</style>
border-color css
<style>
span { border-color: #C346E1; }
span { border-color: rgb(195,70,225); }
td.TdClassName
{
border-color: #C346E1;
}
.TagClassName
{
border-color: #C346E1;
}
</style>