Shades of Medium Orchid #C744F1
Tints of Medium Orchid #C744F1
RGB
CMYK
RGB Variations
Color information
#C744F1 (or 0xC744F1) is known color: Medium Orchid. HEX triplet: C7, 44 and F1. RGB value is (199,68,241). Sum of RGB (Red+Green+Blue) = 199+68+241=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #C744F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C744F1 is #38BB0E. Grayscale: #7E7E7E. Windows color (decimal): -3717903 or 15811783. OLE color: 15811783.
HSL color Cylindrical-coordinate representation of color #C744F1: hue angle of 285.43º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C744F1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 68 | 241 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.05 |
| HSL | 285.43º | 0.86% | 0.61% | - |
| HSV(B) | 285.43º | 0.72% | 0.95% | - |
| XYZ | 41.5 | 22.63 | 85.4 | - |
| YUV | 126.89 | 192.4 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 241 | 0.17 | 0.72 | 0 | 0.05 | 285.43 | 0.86 | 0.61 |
| Hex | C7 | 44 | F1 | 11 | 48 | 0 | 5 | 11D | 56 | 3D |
| Octal | 307 | 104 | 361 | 21 | 110 | 0 | 5 | 435 | 126 | 75 |
| Binary | 11000111 | 1000100 | 11110001 | 10001 | 1001000 | 0 | 101 | 100011101 | 1010110 | 111101 |
Color Harmonies of #C744F1
Complementary color
Monochromatic Colors of #C744F1
Black with #C744F1
Text Example
Text Example
White with #C744F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744F1; }
p { color: rgb(199,68,241); }
H1.HeaderClassName
{
color: #C744F1;
}
.AnyTagClassName
{
color: #C744F1;
}
</style>
background-color css
<style>
a { background-color: #C744F1; }
a { background-color: rgb(199,68,241); }
div.DivClassName
{
background-color: #C744F1;
}
.BgClassName
{
background-color: #C744F1;
}
</style>
border-color css
<style>
span { border-color: #C744F1; }
span { border-color: rgb(199,68,241); }
td.TdClassName
{
border-color: #C744F1;
}
.TagClassName
{
border-color: #C744F1;
}
</style>