Shades of Medium Orchid #C244F9
Tints of Medium Orchid #C244F9
RGB
CMYK
RGB Variations
Color information
#C244F9 (or 0xC244F9) is known color: Medium Orchid. HEX triplet: C2, 44 and F9. RGB value is (194,68,249). Sum of RGB (Red+Green+Blue) = 194+68+249=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #C244F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244F9 is #3DBB06. Grayscale: #7D7D7D. Windows color (decimal): -4045575 or 16336066. OLE color: 16336066.
HSL color Cylindrical-coordinate representation of color #C244F9: hue angle of 281.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C244F9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 68 | 249 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.02 |
| HSL | 281.77º | 0.94% | 0.62% | - |
| HSV(B) | 281.77º | 0.73% | 0.98% | - |
| XYZ | 41.41 | 22.44 | 91.77 | - |
| YUV | 126.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 249 | 0.22 | 0.73 | 0 | 0.02 | 281.77 | 0.94 | 0.62 |
| Hex | C2 | 44 | F9 | 16 | 49 | 0 | 2 | 11A | 5E | 3E |
| Octal | 302 | 104 | 371 | 26 | 111 | 0 | 2 | 432 | 136 | 76 |
| Binary | 11000010 | 1000100 | 11111001 | 10110 | 1001001 | 0 | 10 | 100011010 | 1011110 | 111110 |
Color Harmonies of #C244F9
Complementary color
Monochromatic Colors of #C244F9
Black with #C244F9
Text Example
Text Example
White with #C244F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244F9; }
p { color: rgb(194,68,249); }
H1.HeaderClassName
{
color: #C244F9;
}
.AnyTagClassName
{
color: #C244F9;
}
</style>
background-color css
<style>
a { background-color: #C244F9; }
a { background-color: rgb(194,68,249); }
div.DivClassName
{
background-color: #C244F9;
}
.BgClassName
{
background-color: #C244F9;
}
</style>
border-color css
<style>
span { border-color: #C244F9; }
span { border-color: rgb(194,68,249); }
td.TdClassName
{
border-color: #C244F9;
}
.TagClassName
{
border-color: #C244F9;
}
</style>