Shades of Medium Orchid #C347FC
Tints of Medium Orchid #C347FC
RGB
CMYK
RGB Variations
Color information
#C347FC (or 0xC347FC) is known color: Medium Orchid. HEX triplet: C3, 47 and FC. RGB value is (195,71,252). Sum of RGB (Red+Green+Blue) = 195+71+252=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C347FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347FC is #3CB803. Grayscale: #808080. Windows color (decimal): -3979268 or 16533443. OLE color: 16533443.
HSL color Cylindrical-coordinate representation of color #C347FC: hue angle of 281.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C347FC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 71 | 252 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 281.11º | 0.97% | 0.63% | - |
| HSV(B) | 281.11º | 0.72% | 0.99% | - |
| XYZ | 42.33 | 23.14 | 94.33 | - |
| YUV | 128.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 252 | 0.23 | 0.72 | 0 | 0.01 | 281.11 | 0.97 | 0.63 |
| Hex | C3 | 47 | FC | 17 | 48 | 0 | 1 | 119 | 61 | 3F |
| Octal | 303 | 107 | 374 | 27 | 110 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000011 | 1000111 | 11111100 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C347FC
Complementary color
Monochromatic Colors of #C347FC
Black with #C347FC
Text Example
Text Example
White with #C347FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347FC; }
p { color: rgb(195,71,252); }
H1.HeaderClassName
{
color: #C347FC;
}
.AnyTagClassName
{
color: #C347FC;
}
</style>
background-color css
<style>
a { background-color: #C347FC; }
a { background-color: rgb(195,71,252); }
div.DivClassName
{
background-color: #C347FC;
}
.BgClassName
{
background-color: #C347FC;
}
</style>
border-color css
<style>
span { border-color: #C347FC; }
span { border-color: rgb(195,71,252); }
td.TdClassName
{
border-color: #C347FC;
}
.TagClassName
{
border-color: #C347FC;
}
</style>