Shades of Medium Orchid #C744FF
Tints of Medium Orchid #C744FF
RGB
CMYK
RGB Variations
Color information
#C744FF (or 0xC744FF) is known color: Medium Orchid. HEX triplet: C7, 44 and FF. RGB value is (199,68,255). Sum of RGB (Red+Green+Blue) = 199+68+255=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C744FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744FF is #38BB00. Grayscale: #7F7F7F. Windows color (decimal): -3717889 or 16729287. OLE color: 16729287.
HSL color Cylindrical-coordinate representation of color #C744FF: hue angle of 282.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C744FF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 68 | 255 | - |
| CMYK | 0.22 | 0.73 | 0 | 0 |
| HSL | 282.03º | 1% | 0.63% | - |
| HSV(B) | 282.03º | 0.73% | 1% | - |
| XYZ | 43.67 | 23.5 | 96.84 | - |
| YUV | 128.49 | 199.4 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 255 | 0.22 | 0.73 | 0 | 0 | 282.03 | 1 | 0.63 |
| Hex | C7 | 44 | FF | 16 | 49 | 0 | 0 | 11A | 64 | 3F |
| Octal | 307 | 104 | 377 | 26 | 111 | 0 | 0 | 432 | 144 | 77 |
| Binary | 11000111 | 1000100 | 11111111 | 10110 | 1001001 | 0 | 0 | 100011010 | 1100100 | 111111 |
Color Harmonies of #C744FF
Complementary color
Monochromatic Colors of #C744FF
Black with #C744FF
Text Example
Text Example
White with #C744FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744FF; }
p { color: rgb(199,68,255); }
H1.HeaderClassName
{
color: #C744FF;
}
.AnyTagClassName
{
color: #C744FF;
}
</style>
background-color css
<style>
a { background-color: #C744FF; }
a { background-color: rgb(199,68,255); }
div.DivClassName
{
background-color: #C744FF;
}
.BgClassName
{
background-color: #C744FF;
}
</style>
border-color css
<style>
span { border-color: #C744FF; }
span { border-color: rgb(199,68,255); }
td.TdClassName
{
border-color: #C744FF;
}
.TagClassName
{
border-color: #C744FF;
}
</style>