Shades of Medium Orchid #C747FF
Tints of Medium Orchid #C747FF
RGB
CMYK
RGB Variations
Color information
#C747FF (or 0xC747FF) is known color: Medium Orchid. HEX triplet: C7, 47 and FF. RGB value is (199,71,255). Sum of RGB (Red+Green+Blue) = 199+71+255=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C747FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C747FF is #38B800. Grayscale: #818181. Windows color (decimal): -3717121 or 16730055. OLE color: 16730055.
HSL color Cylindrical-coordinate representation of color #C747FF: hue angle of 281.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C747FF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 71 | 255 | - |
| CMYK | 0.22 | 0.72 | 0 | 0 |
| HSL | 281.74º | 1% | 0.64% | - |
| HSV(B) | 281.74º | 0.72% | 1% | - |
| XYZ | 43.86 | 23.87 | 96.9 | - |
| YUV | 130.25 | 198.41 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 255 | 0.22 | 0.72 | 0 | 0 | 281.74 | 1 | 0.64 |
| Hex | C7 | 47 | FF | 16 | 48 | 0 | 0 | 11A | 64 | 40 |
| Octal | 307 | 107 | 377 | 26 | 110 | 0 | 0 | 432 | 144 | 100 |
| Binary | 11000111 | 1000111 | 11111111 | 10110 | 1001000 | 0 | 0 | 100011010 | 1100100 | 1000000 |
Color Harmonies of #C747FF
Complementary color
Monochromatic Colors of #C747FF
Black with #C747FF
Text Example
Text Example
White with #C747FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747FF; }
p { color: rgb(199,71,255); }
H1.HeaderClassName
{
color: #C747FF;
}
.AnyTagClassName
{
color: #C747FF;
}
</style>
background-color css
<style>
a { background-color: #C747FF; }
a { background-color: rgb(199,71,255); }
div.DivClassName
{
background-color: #C747FF;
}
.BgClassName
{
background-color: #C747FF;
}
</style>
border-color css
<style>
span { border-color: #C747FF; }
span { border-color: rgb(199,71,255); }
td.TdClassName
{
border-color: #C747FF;
}
.TagClassName
{
border-color: #C747FF;
}
</style>