Shades of Medium Orchid #C744EB
Tints of Medium Orchid #C744EB
RGB
CMYK
RGB Variations
Color information
#C744EB (or 0xC744EB) is known color: Medium Orchid. HEX triplet: C7, 44 and EB. RGB value is (199,68,235). Sum of RGB (Red+Green+Blue) = 199+68+235=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C744EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744EB is #38BB14. Grayscale: #7D7D7D. Windows color (decimal): -3717909 or 15418567. OLE color: 15418567.
HSL color Cylindrical-coordinate representation of color #C744EB: hue angle of 287.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C744EB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 68 | 235 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.08 |
| HSL | 287.07º | 0.81% | 0.59% | - |
| HSV(B) | 287.07º | 0.71% | 0.92% | - |
| XYZ | 40.62 | 22.27 | 80.76 | - |
| YUV | 126.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 235 | 0.15 | 0.71 | 0 | 0.08 | 287.07 | 0.81 | 0.59 |
| Hex | C7 | 44 | EB | F | 47 | 0 | 8 | 11F | 51 | 3B |
| Octal | 307 | 104 | 353 | 17 | 107 | 0 | 10 | 437 | 121 | 73 |
| Binary | 11000111 | 1000100 | 11101011 | 1111 | 1000111 | 0 | 1000 | 100011111 | 1010001 | 111011 |
Color Harmonies of #C744EB
Complementary color
Monochromatic Colors of #C744EB
Black with #C744EB
Text Example
Text Example
White with #C744EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744EB; }
p { color: rgb(199,68,235); }
H1.HeaderClassName
{
color: #C744EB;
}
.AnyTagClassName
{
color: #C744EB;
}
</style>
background-color css
<style>
a { background-color: #C744EB; }
a { background-color: rgb(199,68,235); }
div.DivClassName
{
background-color: #C744EB;
}
.BgClassName
{
background-color: #C744EB;
}
</style>
border-color css
<style>
span { border-color: #C744EB; }
span { border-color: rgb(199,68,235); }
td.TdClassName
{
border-color: #C744EB;
}
.TagClassName
{
border-color: #C744EB;
}
</style>