Shades of Medium Orchid #C249FC
Tints of Medium Orchid #C249FC
RGB
CMYK
RGB Variations
Color information
#C249FC (or 0xC249FC) is known color: Medium Orchid. HEX triplet: C2, 49 and FC. RGB value is (194,73,252). Sum of RGB (Red+Green+Blue) = 194+73+252=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #C249FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249FC is #3DB603. Grayscale: #808080. Windows color (decimal): -4044292 or 16533954. OLE color: 16533954.
HSL color Cylindrical-coordinate representation of color #C249FC: hue angle of 280.56º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C249FC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 73 | 252 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.01 |
| HSL | 280.56º | 0.97% | 0.64% | - |
| HSV(B) | 280.56º | 0.71% | 0.99% | - |
| XYZ | 42.2 | 23.26 | 94.36 | - |
| YUV | 129.59 | 197.09 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 252 | 0.23 | 0.71 | 0 | 0.01 | 280.56 | 0.97 | 0.64 |
| Hex | C2 | 49 | FC | 17 | 47 | 0 | 1 | 119 | 61 | 40 |
| Octal | 302 | 111 | 374 | 27 | 107 | 0 | 1 | 431 | 141 | 100 |
| Binary | 11000010 | 1001001 | 11111100 | 10111 | 1000111 | 0 | 1 | 100011001 | 1100001 | 1000000 |
Color Harmonies of #C249FC
Complementary color
Monochromatic Colors of #C249FC
Black with #C249FC
Text Example
Text Example
White with #C249FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249FC; }
p { color: rgb(194,73,252); }
H1.HeaderClassName
{
color: #C249FC;
}
.AnyTagClassName
{
color: #C249FC;
}
</style>
background-color css
<style>
a { background-color: #C249FC; }
a { background-color: rgb(194,73,252); }
div.DivClassName
{
background-color: #C249FC;
}
.BgClassName
{
background-color: #C249FC;
}
</style>
border-color css
<style>
span { border-color: #C249FC; }
span { border-color: rgb(194,73,252); }
td.TdClassName
{
border-color: #C249FC;
}
.TagClassName
{
border-color: #C249FC;
}
</style>