Shades of Medium Orchid #C247E2
Tints of Medium Orchid #C247E2
RGB
CMYK
RGB Variations
Color information
#C247E2 (or 0xC247E2) is known color: Medium Orchid. HEX triplet: C2, 47 and E2. RGB value is (194,71,226). Sum of RGB (Red+Green+Blue) = 194+71+226=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #C247E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247E2 is #3DB81D. Grayscale: #7C7C7C. Windows color (decimal): -4044830 or 14829506. OLE color: 14829506.
HSL color Cylindrical-coordinate representation of color #C247E2: hue angle of 287.61º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C247E2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 71 | 226 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.11 |
| HSL | 287.61º | 0.73% | 0.58% | - |
| HSV(B) | 287.61º | 0.69% | 0.89% | - |
| XYZ | 38.23 | 21.47 | 74.08 | - |
| YUV | 125.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 226 | 0.14 | 0.69 | 0 | 0.11 | 287.61 | 0.73 | 0.58 |
| Hex | C2 | 47 | E2 | E | 45 | 0 | B | 120 | 49 | 3A |
| Octal | 302 | 107 | 342 | 16 | 105 | 0 | 13 | 440 | 111 | 72 |
| Binary | 11000010 | 1000111 | 11100010 | 1110 | 1000101 | 0 | 1011 | 100100000 | 1001001 | 111010 |
Color Harmonies of #C247E2
Complementary color
Monochromatic Colors of #C247E2
Black with #C247E2
Text Example
Text Example
White with #C247E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247E2; }
p { color: rgb(194,71,226); }
H1.HeaderClassName
{
color: #C247E2;
}
.AnyTagClassName
{
color: #C247E2;
}
</style>
background-color css
<style>
a { background-color: #C247E2; }
a { background-color: rgb(194,71,226); }
div.DivClassName
{
background-color: #C247E2;
}
.BgClassName
{
background-color: #C247E2;
}
</style>
border-color css
<style>
span { border-color: #C247E2; }
span { border-color: rgb(194,71,226); }
td.TdClassName
{
border-color: #C247E2;
}
.TagClassName
{
border-color: #C247E2;
}
</style>