Shades of Medium Orchid #C248E3
Tints of Medium Orchid #C248E3
RGB
CMYK
RGB Variations
Color information
#C248E3 (or 0xC248E3) is known color: Medium Orchid. HEX triplet: C2, 48 and E3. RGB value is (194,72,227). Sum of RGB (Red+Green+Blue) = 194+72+227=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #C248E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248E3 is #3DB71C. Grayscale: #7D7D7D. Windows color (decimal): -4044573 or 14895298. OLE color: 14895298.
HSL color Cylindrical-coordinate representation of color #C248E3: hue angle of 287.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C248E3 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 72 | 227 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.11 |
| HSL | 287.23º | 0.73% | 0.59% | - |
| HSV(B) | 287.23º | 0.68% | 0.89% | - |
| XYZ | 38.43 | 21.65 | 74.83 | - |
| YUV | 126.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 227 | 0.15 | 0.68 | 0 | 0.11 | 287.23 | 0.73 | 0.59 |
| Hex | C2 | 48 | E3 | F | 44 | 0 | B | 11F | 49 | 3B |
| Octal | 302 | 110 | 343 | 17 | 104 | 0 | 13 | 437 | 111 | 73 |
| Binary | 11000010 | 1001000 | 11100011 | 1111 | 1000100 | 0 | 1011 | 100011111 | 1001001 | 111011 |
Color Harmonies of #C248E3
Complementary color
Monochromatic Colors of #C248E3
Black with #C248E3
Text Example
Text Example
White with #C248E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248E3; }
p { color: rgb(194,72,227); }
H1.HeaderClassName
{
color: #C248E3;
}
.AnyTagClassName
{
color: #C248E3;
}
</style>
background-color css
<style>
a { background-color: #C248E3; }
a { background-color: rgb(194,72,227); }
div.DivClassName
{
background-color: #C248E3;
}
.BgClassName
{
background-color: #C248E3;
}
</style>
border-color css
<style>
span { border-color: #C248E3; }
span { border-color: rgb(194,72,227); }
td.TdClassName
{
border-color: #C248E3;
}
.TagClassName
{
border-color: #C248E3;
}
</style>