Shades of Medium Orchid #C747F1
Tints of Medium Orchid #C747F1
RGB
CMYK
RGB Variations
Color information
#C747F1 (or 0xC747F1) is known color: Medium Orchid. HEX triplet: C7, 47 and F1. RGB value is (199,71,241). Sum of RGB (Red+Green+Blue) = 199+71+241=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #C747F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C747F1 is #38B80E. Grayscale: #808080. Windows color (decimal): -3717135 or 15812551. OLE color: 15812551.
HSL color Cylindrical-coordinate representation of color #C747F1: hue angle of 285.18º 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 #C747F1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 71 | 241 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.05 |
| HSL | 285.18º | 0.86% | 0.61% | - |
| HSV(B) | 285.18º | 0.71% | 0.95% | - |
| XYZ | 41.68 | 23 | 85.46 | - |
| YUV | 128.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 241 | 0.17 | 0.71 | 0 | 0.05 | 285.18 | 0.86 | 0.61 |
| Hex | C7 | 47 | F1 | 11 | 47 | 0 | 5 | 11D | 56 | 3D |
| Octal | 307 | 107 | 361 | 21 | 107 | 0 | 5 | 435 | 126 | 75 |
| Binary | 11000111 | 1000111 | 11110001 | 10001 | 1000111 | 0 | 101 | 100011101 | 1010110 | 111101 |
Color Harmonies of #C747F1
Complementary color
Monochromatic Colors of #C747F1
Black with #C747F1
Text Example
Text Example
White with #C747F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747F1; }
p { color: rgb(199,71,241); }
H1.HeaderClassName
{
color: #C747F1;
}
.AnyTagClassName
{
color: #C747F1;
}
</style>
background-color css
<style>
a { background-color: #C747F1; }
a { background-color: rgb(199,71,241); }
div.DivClassName
{
background-color: #C747F1;
}
.BgClassName
{
background-color: #C747F1;
}
</style>
border-color css
<style>
span { border-color: #C747F1; }
span { border-color: rgb(199,71,241); }
td.TdClassName
{
border-color: #C747F1;
}
.TagClassName
{
border-color: #C747F1;
}
</style>