Shades of Medium Orchid #C351F2
Tints of Medium Orchid #C351F2
RGB
CMYK
RGB Variations
Color information
#C351F2 (or 0xC351F2) is known color: Medium Orchid. HEX triplet: C3, 51 and F2. RGB value is (195,81,242). Sum of RGB (Red+Green+Blue) = 195+81+242=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #C351F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351F2 is #3CAE0D. Grayscale: #848484. Windows color (decimal): -3976718 or 15880643. OLE color: 15880643.
HSL color Cylindrical-coordinate representation of color #C351F2: hue angle of 282.48º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C351F2 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 81 | 242 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.05 |
| HSL | 282.48º | 0.86% | 0.63% | - |
| HSV(B) | 282.48º | 0.67% | 0.95% | - |
| XYZ | 41.48 | 23.9 | 86.43 | - |
| YUV | 133.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 242 | 0.19 | 0.67 | 0 | 0.05 | 282.48 | 0.86 | 0.63 |
| Hex | C3 | 51 | F2 | 13 | 43 | 0 | 5 | 11A | 56 | 3F |
| Octal | 303 | 121 | 362 | 23 | 103 | 0 | 5 | 432 | 126 | 77 |
| Binary | 11000011 | 1010001 | 11110010 | 10011 | 1000011 | 0 | 101 | 100011010 | 1010110 | 111111 |
Color Harmonies of #C351F2
Complementary color
Monochromatic Colors of #C351F2
Black with #C351F2
Text Example
Text Example
White with #C351F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351F2; }
p { color: rgb(195,81,242); }
H1.HeaderClassName
{
color: #C351F2;
}
.AnyTagClassName
{
color: #C351F2;
}
</style>
background-color css
<style>
a { background-color: #C351F2; }
a { background-color: rgb(195,81,242); }
div.DivClassName
{
background-color: #C351F2;
}
.BgClassName
{
background-color: #C351F2;
}
</style>
border-color css
<style>
span { border-color: #C351F2; }
span { border-color: rgb(195,81,242); }
td.TdClassName
{
border-color: #C351F2;
}
.TagClassName
{
border-color: #C351F2;
}
</style>