Shades of Medium Orchid #C747EB
Tints of Medium Orchid #C747EB
RGB
CMYK
RGB Variations
Color information
#C747EB (or 0xC747EB) is known color: Medium Orchid. HEX triplet: C7, 47 and EB. RGB value is (199,71,235). Sum of RGB (Red+Green+Blue) = 199+71+235=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #C747EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C747EB is #38B814. Grayscale: #7F7F7F. Windows color (decimal): -3717141 or 15419335. OLE color: 15419335.
HSL color Cylindrical-coordinate representation of color #C747EB: hue angle of 286.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C747EB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 71 | 235 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.08 |
| HSL | 286.83º | 0.8% | 0.6% | - |
| HSV(B) | 286.83º | 0.7% | 0.92% | - |
| XYZ | 40.8 | 22.65 | 80.82 | - |
| YUV | 127.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 235 | 0.15 | 0.70 | 0 | 0.08 | 286.83 | 0.8 | 0.6 |
| Hex | C7 | 47 | EB | F | 46 | 0 | 8 | 11F | 50 | 3C |
| Octal | 307 | 107 | 353 | 17 | 106 | 0 | 10 | 437 | 120 | 74 |
| Binary | 11000111 | 1000111 | 11101011 | 1111 | 1000110 | 0 | 1000 | 100011111 | 1010000 | 111100 |
Color Harmonies of #C747EB
Complementary color
Monochromatic Colors of #C747EB
Black with #C747EB
Text Example
Text Example
White with #C747EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747EB; }
p { color: rgb(199,71,235); }
H1.HeaderClassName
{
color: #C747EB;
}
.AnyTagClassName
{
color: #C747EB;
}
</style>
background-color css
<style>
a { background-color: #C747EB; }
a { background-color: rgb(199,71,235); }
div.DivClassName
{
background-color: #C747EB;
}
.BgClassName
{
background-color: #C747EB;
}
</style>
border-color css
<style>
span { border-color: #C747EB; }
span { border-color: rgb(199,71,235); }
td.TdClassName
{
border-color: #C747EB;
}
.TagClassName
{
border-color: #C747EB;
}
</style>