Shades of Medium Orchid #C351F9
Tints of Medium Orchid #C351F9
RGB
CMYK
RGB Variations
Color information
#C351F9 (or 0xC351F9) is known color: Medium Orchid. HEX triplet: C3, 51 and F9. RGB value is (195,81,249). Sum of RGB (Red+Green+Blue) = 195+81+249=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #C351F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351F9 is #3CAE06. Grayscale: #858585. Windows color (decimal): -3976711 or 16339395. OLE color: 16339395.
HSL color Cylindrical-coordinate representation of color #C351F9: hue angle of 280.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C351F9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 81 | 249 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 280.71º | 0.93% | 0.65% | - |
| HSV(B) | 280.71º | 0.67% | 0.98% | - |
| XYZ | 42.55 | 24.33 | 92.08 | - |
| YUV | 134.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 249 | 0.22 | 0.67 | 0 | 0.02 | 280.71 | 0.93 | 0.65 |
| Hex | C3 | 51 | F9 | 16 | 43 | 0 | 2 | 119 | 5D | 41 |
| Octal | 303 | 121 | 371 | 26 | 103 | 0 | 2 | 431 | 135 | 101 |
| Binary | 11000011 | 1010001 | 11111001 | 10110 | 1000011 | 0 | 10 | 100011001 | 1011101 | 1000001 |
Color Harmonies of #C351F9
Complementary color
Monochromatic Colors of #C351F9
Black with #C351F9
Text Example
Text Example
White with #C351F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351F9; }
p { color: rgb(195,81,249); }
H1.HeaderClassName
{
color: #C351F9;
}
.AnyTagClassName
{
color: #C351F9;
}
</style>
background-color css
<style>
a { background-color: #C351F9; }
a { background-color: rgb(195,81,249); }
div.DivClassName
{
background-color: #C351F9;
}
.BgClassName
{
background-color: #C351F9;
}
</style>
border-color css
<style>
span { border-color: #C351F9; }
span { border-color: rgb(195,81,249); }
td.TdClassName
{
border-color: #C351F9;
}
.TagClassName
{
border-color: #C351F9;
}
</style>