Shades of Medium Orchid #C744EC
Tints of Medium Orchid #C744EC
RGB
CMYK
RGB Variations
Color information
#C744EC (or 0xC744EC) is known color: Medium Orchid. HEX triplet: C7, 44 and EC. RGB value is (199,68,236). Sum of RGB (Red+Green+Blue) = 199+68+236=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #C744EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744EC is #38BB13. Grayscale: #7D7D7D. Windows color (decimal): -3717908 or 15484103. OLE color: 15484103.
HSL color Cylindrical-coordinate representation of color #C744EC: hue angle of 286.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C744EC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 68 | 236 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.79º | 0.82% | 0.6% | - |
| HSV(B) | 286.79º | 0.71% | 0.93% | - |
| XYZ | 40.76 | 22.33 | 81.52 | - |
| YUV | 126.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 236 | 0.16 | 0.71 | 0 | 0.07 | 286.79 | 0.82 | 0.6 |
| Hex | C7 | 44 | EC | 10 | 47 | 0 | 7 | 11F | 52 | 3C |
| Octal | 307 | 104 | 354 | 20 | 107 | 0 | 7 | 437 | 122 | 74 |
| Binary | 11000111 | 1000100 | 11101100 | 10000 | 1000111 | 0 | 111 | 100011111 | 1010010 | 111100 |
Color Harmonies of #C744EC
Complementary color
Monochromatic Colors of #C744EC
Black with #C744EC
Text Example
Text Example
White with #C744EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744EC; }
p { color: rgb(199,68,236); }
H1.HeaderClassName
{
color: #C744EC;
}
.AnyTagClassName
{
color: #C744EC;
}
</style>
background-color css
<style>
a { background-color: #C744EC; }
a { background-color: rgb(199,68,236); }
div.DivClassName
{
background-color: #C744EC;
}
.BgClassName
{
background-color: #C744EC;
}
</style>
border-color css
<style>
span { border-color: #C744EC; }
span { border-color: rgb(199,68,236); }
td.TdClassName
{
border-color: #C744EC;
}
.TagClassName
{
border-color: #C744EC;
}
</style>