Shades of Medium Orchid #C744EF
Tints of Medium Orchid #C744EF
RGB
CMYK
RGB Variations
Color information
#C744EF (or 0xC744EF) is known color: Medium Orchid. HEX triplet: C7, 44 and EF. RGB value is (199,68,239). Sum of RGB (Red+Green+Blue) = 199+68+239=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C744EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744EF is #38BB10. Grayscale: #7E7E7E. Windows color (decimal): -3717905 or 15680711. OLE color: 15680711.
HSL color Cylindrical-coordinate representation of color #C744EF: hue angle of 285.96º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C744EF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 68 | 239 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.06 |
| HSL | 285.96º | 0.84% | 0.6% | - |
| HSV(B) | 285.96º | 0.72% | 0.94% | - |
| XYZ | 41.2 | 22.51 | 83.83 | - |
| YUV | 126.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 239 | 0.17 | 0.72 | 0 | 0.06 | 285.96 | 0.84 | 0.6 |
| Hex | C7 | 44 | EF | 11 | 48 | 0 | 6 | 11E | 54 | 3C |
| Octal | 307 | 104 | 357 | 21 | 110 | 0 | 6 | 436 | 124 | 74 |
| Binary | 11000111 | 1000100 | 11101111 | 10001 | 1001000 | 0 | 110 | 100011110 | 1010100 | 111100 |
Color Harmonies of #C744EF
Complementary color
Monochromatic Colors of #C744EF
Black with #C744EF
Text Example
Text Example
White with #C744EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744EF; }
p { color: rgb(199,68,239); }
H1.HeaderClassName
{
color: #C744EF;
}
.AnyTagClassName
{
color: #C744EF;
}
</style>
background-color css
<style>
a { background-color: #C744EF; }
a { background-color: rgb(199,68,239); }
div.DivClassName
{
background-color: #C744EF;
}
.BgClassName
{
background-color: #C744EF;
}
</style>
border-color css
<style>
span { border-color: #C744EF; }
span { border-color: rgb(199,68,239); }
td.TdClassName
{
border-color: #C744EF;
}
.TagClassName
{
border-color: #C744EF;
}
</style>