Shades of Medium Orchid #C247EB
Tints of Medium Orchid #C247EB
RGB
CMYK
RGB Variations
Color information
#C247EB (or 0xC247EB) is known color: Medium Orchid. HEX triplet: C2, 47 and EB. RGB value is (194,71,235). Sum of RGB (Red+Green+Blue) = 194+71+235=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C247EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247EB is #3DB814. Grayscale: #7D7D7D. Windows color (decimal): -4044821 or 15419330. OLE color: 15419330.
HSL color Cylindrical-coordinate representation of color #C247EB: hue angle of 285º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C247EB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 71 | 235 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.08 |
| HSL | 285º | 0.8% | 0.6% | - |
| HSV(B) | 285º | 0.7% | 0.92% | - |
| XYZ | 39.5 | 21.97 | 80.76 | - |
| YUV | 126.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 235 | 0.17 | 0.70 | 0 | 0.08 | 285 | 0.8 | 0.6 |
| Hex | C2 | 47 | EB | 11 | 46 | 0 | 8 | 11D | 50 | 3C |
| Octal | 302 | 107 | 353 | 21 | 106 | 0 | 10 | 435 | 120 | 74 |
| Binary | 11000010 | 1000111 | 11101011 | 10001 | 1000110 | 0 | 1000 | 100011101 | 1010000 | 111100 |
Color Harmonies of #C247EB
Complementary color
Monochromatic Colors of #C247EB
Black with #C247EB
Text Example
Text Example
White with #C247EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247EB; }
p { color: rgb(194,71,235); }
H1.HeaderClassName
{
color: #C247EB;
}
.AnyTagClassName
{
color: #C247EB;
}
</style>
background-color css
<style>
a { background-color: #C247EB; }
a { background-color: rgb(194,71,235); }
div.DivClassName
{
background-color: #C247EB;
}
.BgClassName
{
background-color: #C247EB;
}
</style>
border-color css
<style>
span { border-color: #C247EB; }
span { border-color: rgb(194,71,235); }
td.TdClassName
{
border-color: #C247EB;
}
.TagClassName
{
border-color: #C247EB;
}
</style>