Shades of Medium Orchid #C249F9
Tints of Medium Orchid #C249F9
RGB
CMYK
RGB Variations
Color information
#C249F9 (or 0xC249F9) is known color: Medium Orchid. HEX triplet: C2, 49 and F9. RGB value is (194,73,249). Sum of RGB (Red+Green+Blue) = 194+73+249=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #C249F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249F9 is #3DB606. Grayscale: #808080. Windows color (decimal): -4044295 or 16337346. OLE color: 16337346.
HSL color Cylindrical-coordinate representation of color #C249F9: hue angle of 281.25º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C249F9 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 73 | 249 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.25º | 0.94% | 0.63% | - |
| HSV(B) | 281.25º | 0.71% | 0.98% | - |
| XYZ | 41.73 | 23.07 | 91.88 | - |
| YUV | 129.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 249 | 0.22 | 0.71 | 0 | 0.02 | 281.25 | 0.94 | 0.63 |
| Hex | C2 | 49 | F9 | 16 | 47 | 0 | 2 | 119 | 5E | 3F |
| Octal | 302 | 111 | 371 | 26 | 107 | 0 | 2 | 431 | 136 | 77 |
| Binary | 11000010 | 1001001 | 11111001 | 10110 | 1000111 | 0 | 10 | 100011001 | 1011110 | 111111 |
Color Harmonies of #C249F9
Complementary color
Monochromatic Colors of #C249F9
Black with #C249F9
Text Example
Text Example
White with #C249F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249F9; }
p { color: rgb(194,73,249); }
H1.HeaderClassName
{
color: #C249F9;
}
.AnyTagClassName
{
color: #C249F9;
}
</style>
background-color css
<style>
a { background-color: #C249F9; }
a { background-color: rgb(194,73,249); }
div.DivClassName
{
background-color: #C249F9;
}
.BgClassName
{
background-color: #C249F9;
}
</style>
border-color css
<style>
span { border-color: #C249F9; }
span { border-color: rgb(194,73,249); }
td.TdClassName
{
border-color: #C249F9;
}
.TagClassName
{
border-color: #C249F9;
}
</style>