Shades of Medium Orchid #C351F3
Tints of Medium Orchid #C351F3
RGB
CMYK
RGB Variations
Color information
#C351F3 (or 0xC351F3) is known color: Medium Orchid. HEX triplet: C3, 51 and F3. RGB value is (195,81,243). Sum of RGB (Red+Green+Blue) = 195+81+243=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #C351F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351F3 is #3CAE0C. Grayscale: #858585. Windows color (decimal): -3976717 or 15946179. OLE color: 15946179.
HSL color Cylindrical-coordinate representation of color #C351F3: hue angle of 282.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C351F3 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 81 | 243 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.05 |
| HSL | 282.22º | 0.87% | 0.64% | - |
| HSV(B) | 282.22º | 0.67% | 0.95% | - |
| XYZ | 41.63 | 23.96 | 87.22 | - |
| YUV | 133.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 243 | 0.20 | 0.67 | 0 | 0.05 | 282.22 | 0.87 | 0.64 |
| Hex | C3 | 51 | F3 | 14 | 43 | 0 | 5 | 11A | 57 | 40 |
| Octal | 303 | 121 | 363 | 24 | 103 | 0 | 5 | 432 | 127 | 100 |
| Binary | 11000011 | 1010001 | 11110011 | 10100 | 1000011 | 0 | 101 | 100011010 | 1010111 | 1000000 |
Color Harmonies of #C351F3
Complementary color
Monochromatic Colors of #C351F3
Black with #C351F3
Text Example
Text Example
White with #C351F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351F3; }
p { color: rgb(195,81,243); }
H1.HeaderClassName
{
color: #C351F3;
}
.AnyTagClassName
{
color: #C351F3;
}
</style>
background-color css
<style>
a { background-color: #C351F3; }
a { background-color: rgb(195,81,243); }
div.DivClassName
{
background-color: #C351F3;
}
.BgClassName
{
background-color: #C351F3;
}
</style>
border-color css
<style>
span { border-color: #C351F3; }
span { border-color: rgb(195,81,243); }
td.TdClassName
{
border-color: #C351F3;
}
.TagClassName
{
border-color: #C351F3;
}
</style>