Shades of Medium Orchid #C249E6
Tints of Medium Orchid #C249E6
RGB
CMYK
RGB Variations
Color information
#C249E6 (or 0xC249E6) is known color: Medium Orchid. HEX triplet: C2, 49 and E6. RGB value is (194,73,230). Sum of RGB (Red+Green+Blue) = 194+73+230=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #C249E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249E6 is #3DB619. Grayscale: #7E7E7E. Windows color (decimal): -4044314 or 15092162. OLE color: 15092162.
HSL color Cylindrical-coordinate representation of color #C249E6: hue angle of 286.24º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C249E6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 73 | 230 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.10 |
| HSL | 286.24º | 0.76% | 0.59% | - |
| HSV(B) | 286.24º | 0.68% | 0.9% | - |
| XYZ | 38.91 | 21.95 | 77.05 | - |
| YUV | 127.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 230 | 0.16 | 0.68 | 0 | 0.10 | 286.24 | 0.76 | 0.59 |
| Hex | C2 | 49 | E6 | 10 | 44 | 0 | A | 11E | 4C | 3B |
| Octal | 302 | 111 | 346 | 20 | 104 | 0 | 12 | 436 | 114 | 73 |
| Binary | 11000010 | 1001001 | 11100110 | 10000 | 1000100 | 0 | 1010 | 100011110 | 1001100 | 111011 |
Color Harmonies of #C249E6
Complementary color
Monochromatic Colors of #C249E6
Black with #C249E6
Text Example
Text Example
White with #C249E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249E6; }
p { color: rgb(194,73,230); }
H1.HeaderClassName
{
color: #C249E6;
}
.AnyTagClassName
{
color: #C249E6;
}
</style>
background-color css
<style>
a { background-color: #C249E6; }
a { background-color: rgb(194,73,230); }
div.DivClassName
{
background-color: #C249E6;
}
.BgClassName
{
background-color: #C249E6;
}
</style>
border-color css
<style>
span { border-color: #C249E6; }
span { border-color: rgb(194,73,230); }
td.TdClassName
{
border-color: #C249E6;
}
.TagClassName
{
border-color: #C249E6;
}
</style>