Shades of Medium Orchid #C744EE
Tints of Medium Orchid #C744EE
RGB
CMYK
RGB Variations
Color information
#C744EE (or 0xC744EE) is known color: Medium Orchid. HEX triplet: C7, 44 and EE. RGB value is (199,68,238). Sum of RGB (Red+Green+Blue) = 199+68+238=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #C744EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744EE is #38BB11. Grayscale: #7E7E7E. Windows color (decimal): -3717906 or 15615175. OLE color: 15615175.
HSL color Cylindrical-coordinate representation of color #C744EE: hue angle of 286.24º degrees, saturation: 0.83, 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 #C744EE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 68 | 238 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.24º | 0.83% | 0.6% | - |
| HSV(B) | 286.24º | 0.71% | 0.93% | - |
| XYZ | 41.05 | 22.45 | 83.06 | - |
| YUV | 126.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 238 | 0.16 | 0.71 | 0 | 0.07 | 286.24 | 0.83 | 0.6 |
| Hex | C7 | 44 | EE | 10 | 47 | 0 | 7 | 11E | 53 | 3C |
| Octal | 307 | 104 | 356 | 20 | 107 | 0 | 7 | 436 | 123 | 74 |
| Binary | 11000111 | 1000100 | 11101110 | 10000 | 1000111 | 0 | 111 | 100011110 | 1010011 | 111100 |
Color Harmonies of #C744EE
Complementary color
Monochromatic Colors of #C744EE
Black with #C744EE
Text Example
Text Example
White with #C744EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744EE; }
p { color: rgb(199,68,238); }
H1.HeaderClassName
{
color: #C744EE;
}
.AnyTagClassName
{
color: #C744EE;
}
</style>
background-color css
<style>
a { background-color: #C744EE; }
a { background-color: rgb(199,68,238); }
div.DivClassName
{
background-color: #C744EE;
}
.BgClassName
{
background-color: #C744EE;
}
</style>
border-color css
<style>
span { border-color: #C744EE; }
span { border-color: rgb(199,68,238); }
td.TdClassName
{
border-color: #C744EE;
}
.TagClassName
{
border-color: #C744EE;
}
</style>