Shades of Medium Orchid #C744ED
Tints of Medium Orchid #C744ED
RGB
CMYK
RGB Variations
Color information
#C744ED (or 0xC744ED) is known color: Medium Orchid. HEX triplet: C7, 44 and ED. RGB value is (199,68,237). Sum of RGB (Red+Green+Blue) = 199+68+237=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C744ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744ED is #38BB12. Grayscale: #7D7D7D. Windows color (decimal): -3717907 or 15549639. OLE color: 15549639.
HSL color Cylindrical-coordinate representation of color #C744ED: hue angle of 286.51º 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 #C744ED is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 68 | 237 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.51º | 0.82% | 0.6% | - |
| HSV(B) | 286.51º | 0.71% | 0.93% | - |
| XYZ | 40.91 | 22.39 | 82.29 | - |
| YUV | 126.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 237 | 0.16 | 0.71 | 0 | 0.07 | 286.51 | 0.82 | 0.6 |
| Hex | C7 | 44 | ED | 10 | 47 | 0 | 7 | 11F | 52 | 3C |
| Octal | 307 | 104 | 355 | 20 | 107 | 0 | 7 | 437 | 122 | 74 |
| Binary | 11000111 | 1000100 | 11101101 | 10000 | 1000111 | 0 | 111 | 100011111 | 1010010 | 111100 |
Color Harmonies of #C744ED
Complementary color
Monochromatic Colors of #C744ED
Black with #C744ED
Text Example
Text Example
White with #C744ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744ED; }
p { color: rgb(199,68,237); }
H1.HeaderClassName
{
color: #C744ED;
}
.AnyTagClassName
{
color: #C744ED;
}
</style>
background-color css
<style>
a { background-color: #C744ED; }
a { background-color: rgb(199,68,237); }
div.DivClassName
{
background-color: #C744ED;
}
.BgClassName
{
background-color: #C744ED;
}
</style>
border-color css
<style>
span { border-color: #C744ED; }
span { border-color: rgb(199,68,237); }
td.TdClassName
{
border-color: #C744ED;
}
.TagClassName
{
border-color: #C744ED;
}
</style>