Shades of Medium Orchid #C347FB
Tints of Medium Orchid #C347FB
RGB
CMYK
RGB Variations
Color information
#C347FB (or 0xC347FB) is known color: Medium Orchid. HEX triplet: C3, 47 and FB. RGB value is (195,71,251). Sum of RGB (Red+Green+Blue) = 195+71+251=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #C347FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C347FB is #3CB804. Grayscale: #808080. Windows color (decimal): -3979269 or 16467907. OLE color: 16467907.
HSL color Cylindrical-coordinate representation of color #C347FB: hue angle of 281.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C347FB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 71 | 251 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.02 |
| HSL | 281.33º | 0.96% | 0.63% | - |
| HSV(B) | 281.33º | 0.72% | 0.98% | - |
| XYZ | 42.17 | 23.07 | 93.5 | - |
| YUV | 128.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 251 | 0.22 | 0.72 | 0 | 0.02 | 281.33 | 0.96 | 0.63 |
| Hex | C3 | 47 | FB | 16 | 48 | 0 | 2 | 119 | 60 | 3F |
| Octal | 303 | 107 | 373 | 26 | 110 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000011 | 1000111 | 11111011 | 10110 | 1001000 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C347FB
Complementary color
Monochromatic Colors of #C347FB
Black with #C347FB
Text Example
Text Example
White with #C347FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347FB; }
p { color: rgb(195,71,251); }
H1.HeaderClassName
{
color: #C347FB;
}
.AnyTagClassName
{
color: #C347FB;
}
</style>
background-color css
<style>
a { background-color: #C347FB; }
a { background-color: rgb(195,71,251); }
div.DivClassName
{
background-color: #C347FB;
}
.BgClassName
{
background-color: #C347FB;
}
</style>
border-color css
<style>
span { border-color: #C347FB; }
span { border-color: rgb(195,71,251); }
td.TdClassName
{
border-color: #C347FB;
}
.TagClassName
{
border-color: #C347FB;
}
</style>