Shades of Medium Orchid #C249E7
Tints of Medium Orchid #C249E7
RGB
CMYK
RGB Variations
Color information
#C249E7 (or 0xC249E7) is known color: Medium Orchid. HEX triplet: C2, 49 and E7. RGB value is (194,73,231). Sum of RGB (Red+Green+Blue) = 194+73+231=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #C249E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C249E7 is #3DB618. Grayscale: #7E7E7E. Windows color (decimal): -4044313 or 15157698. OLE color: 15157698.
HSL color Cylindrical-coordinate representation of color #C249E7: hue angle of 285.95º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C249E7 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 73 | 231 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.09 |
| HSL | 285.95º | 0.77% | 0.6% | - |
| HSV(B) | 285.95º | 0.68% | 0.91% | - |
| XYZ | 39.05 | 22 | 77.79 | - |
| YUV | 127.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 231 | 0.16 | 0.68 | 0 | 0.09 | 285.95 | 0.77 | 0.6 |
| Hex | C2 | 49 | E7 | 10 | 44 | 0 | 9 | 11E | 4D | 3C |
| Octal | 302 | 111 | 347 | 20 | 104 | 0 | 11 | 436 | 115 | 74 |
| Binary | 11000010 | 1001001 | 11100111 | 10000 | 1000100 | 0 | 1001 | 100011110 | 1001101 | 111100 |
Color Harmonies of #C249E7
Complementary color
Monochromatic Colors of #C249E7
Black with #C249E7
Text Example
Text Example
White with #C249E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249E7; }
p { color: rgb(194,73,231); }
H1.HeaderClassName
{
color: #C249E7;
}
.AnyTagClassName
{
color: #C249E7;
}
</style>
background-color css
<style>
a { background-color: #C249E7; }
a { background-color: rgb(194,73,231); }
div.DivClassName
{
background-color: #C249E7;
}
.BgClassName
{
background-color: #C249E7;
}
</style>
border-color css
<style>
span { border-color: #C249E7; }
span { border-color: rgb(194,73,231); }
td.TdClassName
{
border-color: #C249E7;
}
.TagClassName
{
border-color: #C249E7;
}
</style>