Shades of Medium Orchid #C847F1
Tints of Medium Orchid #C847F1
RGB
CMYK
RGB Variations
Color information
#C847F1 (or 0xC847F1) is known color: Medium Orchid. HEX triplet: C8, 47 and F1. RGB value is (200,71,241). Sum of RGB (Red+Green+Blue) = 200+71+241=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #C847F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C847F1 is #37B80E. Grayscale: #808080. Windows color (decimal): -3651599 or 15812552. OLE color: 15812552.
HSL color Cylindrical-coordinate representation of color #C847F1: hue angle of 285.53º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C847F1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 71 | 241 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.05 |
| HSL | 285.53º | 0.86% | 0.61% | - |
| HSV(B) | 285.53º | 0.71% | 0.95% | - |
| XYZ | 41.95 | 23.14 | 85.47 | - |
| YUV | 128.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 241 | 0.17 | 0.71 | 0 | 0.05 | 285.53 | 0.86 | 0.61 |
| Hex | C8 | 47 | F1 | 11 | 47 | 0 | 5 | 11E | 56 | 3D |
| Octal | 310 | 107 | 361 | 21 | 107 | 0 | 5 | 436 | 126 | 75 |
| Binary | 11001000 | 1000111 | 11110001 | 10001 | 1000111 | 0 | 101 | 100011110 | 1010110 | 111101 |
Color Harmonies of #C847F1
Complementary color
Monochromatic Colors of #C847F1
Black with #C847F1
Text Example
Text Example
White with #C847F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847F1; }
p { color: rgb(200,71,241); }
H1.HeaderClassName
{
color: #C847F1;
}
.AnyTagClassName
{
color: #C847F1;
}
</style>
background-color css
<style>
a { background-color: #C847F1; }
a { background-color: rgb(200,71,241); }
div.DivClassName
{
background-color: #C847F1;
}
.BgClassName
{
background-color: #C847F1;
}
</style>
border-color css
<style>
span { border-color: #C847F1; }
span { border-color: rgb(200,71,241); }
td.TdClassName
{
border-color: #C847F1;
}
.TagClassName
{
border-color: #C847F1;
}
</style>