Shades of Medium Orchid #C947F1
Tints of Medium Orchid #C947F1
RGB
CMYK
RGB Variations
Color information
#C947F1 (or 0xC947F1) is known color: Medium Orchid. HEX triplet: C9, 47 and F1. RGB value is (201,71,241). Sum of RGB (Red+Green+Blue) = 201+71+241=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #C947F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947F1 is #36B80E. Grayscale: #808080. Windows color (decimal): -3586063 or 15812553. OLE color: 15812553.
HSL color Cylindrical-coordinate representation of color #C947F1: hue angle of 285.88º 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 #C947F1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 71 | 241 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.05 |
| HSL | 285.88º | 0.86% | 0.61% | - |
| HSV(B) | 285.88º | 0.71% | 0.95% | - |
| XYZ | 42.22 | 23.27 | 85.49 | - |
| YUV | 129.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 241 | 0.17 | 0.71 | 0 | 0.05 | 285.88 | 0.86 | 0.61 |
| Hex | C9 | 47 | F1 | 11 | 47 | 0 | 5 | 11E | 56 | 3D |
| Octal | 311 | 107 | 361 | 21 | 107 | 0 | 5 | 436 | 126 | 75 |
| Binary | 11001001 | 1000111 | 11110001 | 10001 | 1000111 | 0 | 101 | 100011110 | 1010110 | 111101 |
Color Harmonies of #C947F1
Complementary color
Monochromatic Colors of #C947F1
Black with #C947F1
Text Example
Text Example
White with #C947F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947F1; }
p { color: rgb(201,71,241); }
H1.HeaderClassName
{
color: #C947F1;
}
.AnyTagClassName
{
color: #C947F1;
}
</style>
background-color css
<style>
a { background-color: #C947F1; }
a { background-color: rgb(201,71,241); }
div.DivClassName
{
background-color: #C947F1;
}
.BgClassName
{
background-color: #C947F1;
}
</style>
border-color css
<style>
span { border-color: #C947F1; }
span { border-color: rgb(201,71,241); }
td.TdClassName
{
border-color: #C947F1;
}
.TagClassName
{
border-color: #C947F1;
}
</style>