Shades of Medium Orchid #C350EC
Tints of Medium Orchid #C350EC
RGB
CMYK
RGB Variations
Color information
#C350EC (or 0xC350EC) is known color: Medium Orchid. HEX triplet: C3, 50 and EC. RGB value is (195,80,236). Sum of RGB (Red+Green+Blue) = 195+80+236=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C350EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350EC is #3CAF13. Grayscale: #838383. Windows color (decimal): -3976980 or 15487171. OLE color: 15487171.
HSL color Cylindrical-coordinate representation of color #C350EC: hue angle of 284.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C350EC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 80 | 236 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.23º | 0.8% | 0.62% | - |
| HSV(B) | 284.23º | 0.66% | 0.93% | - |
| XYZ | 40.51 | 23.4 | 81.74 | - |
| YUV | 132.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 236 | 0.17 | 0.66 | 0 | 0.07 | 284.23 | 0.8 | 0.62 |
| Hex | C3 | 50 | EC | 11 | 42 | 0 | 7 | 11C | 50 | 3E |
| Octal | 303 | 120 | 354 | 21 | 102 | 0 | 7 | 434 | 120 | 76 |
| Binary | 11000011 | 1010000 | 11101100 | 10001 | 1000010 | 0 | 111 | 100011100 | 1010000 | 111110 |
Color Harmonies of #C350EC
Complementary color
Monochromatic Colors of #C350EC
Black with #C350EC
Text Example
Text Example
White with #C350EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350EC; }
p { color: rgb(195,80,236); }
H1.HeaderClassName
{
color: #C350EC;
}
.AnyTagClassName
{
color: #C350EC;
}
</style>
background-color css
<style>
a { background-color: #C350EC; }
a { background-color: rgb(195,80,236); }
div.DivClassName
{
background-color: #C350EC;
}
.BgClassName
{
background-color: #C350EC;
}
</style>
border-color css
<style>
span { border-color: #C350EC; }
span { border-color: rgb(195,80,236); }
td.TdClassName
{
border-color: #C350EC;
}
.TagClassName
{
border-color: #C350EC;
}
</style>