Shades of Medium Orchid #C747E0
Tints of Medium Orchid #C747E0
RGB
CMYK
RGB Variations
Color information
#C747E0 (or 0xC747E0) is known color: Medium Orchid. HEX triplet: C7, 47 and E0. RGB value is (199,71,224). Sum of RGB (Red+Green+Blue) = 199+71+224=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #C747E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747E0 is #38B81F. Grayscale: #7E7E7E. Windows color (decimal): -3717152 or 14698439. OLE color: 14698439.
HSL color Cylindrical-coordinate representation of color #C747E0: hue angle of 290.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C747E0 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 71 | 224 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.12 |
| HSL | 290.2º | 0.71% | 0.58% | - |
| HSV(B) | 290.2º | 0.68% | 0.88% | - |
| XYZ | 39.26 | 22.03 | 72.7 | - |
| YUV | 126.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 224 | 0.11 | 0.68 | 0 | 0.12 | 290.2 | 0.71 | 0.58 |
| Hex | C7 | 47 | E0 | B | 44 | 0 | C | 122 | 47 | 3A |
| Octal | 307 | 107 | 340 | 13 | 104 | 0 | 14 | 442 | 107 | 72 |
| Binary | 11000111 | 1000111 | 11100000 | 1011 | 1000100 | 0 | 1100 | 100100010 | 1000111 | 111010 |
Color Harmonies of #C747E0
Complementary color
Monochromatic Colors of #C747E0
Black with #C747E0
Text Example
Text Example
White with #C747E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747E0; }
p { color: rgb(199,71,224); }
H1.HeaderClassName
{
color: #C747E0;
}
.AnyTagClassName
{
color: #C747E0;
}
</style>
background-color css
<style>
a { background-color: #C747E0; }
a { background-color: rgb(199,71,224); }
div.DivClassName
{
background-color: #C747E0;
}
.BgClassName
{
background-color: #C747E0;
}
</style>
border-color css
<style>
span { border-color: #C747E0; }
span { border-color: rgb(199,71,224); }
td.TdClassName
{
border-color: #C747E0;
}
.TagClassName
{
border-color: #C747E0;
}
</style>