Shades of Medium Orchid #C248F3
Tints of Medium Orchid #C248F3
RGB
CMYK
RGB Variations
Color information
#C248F3 (or 0xC248F3) is known color: Medium Orchid. HEX triplet: C2, 48 and F3. RGB value is (194,72,243). Sum of RGB (Red+Green+Blue) = 194+72+243=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #C248F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248F3 is #3DB70C. Grayscale: #7F7F7F. Windows color (decimal): -4044557 or 15943874. OLE color: 15943874.
HSL color Cylindrical-coordinate representation of color #C248F3: hue angle of 282.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248F3 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 72 | 243 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.05 |
| HSL | 282.81º | 0.88% | 0.62% | - |
| HSV(B) | 282.81º | 0.7% | 0.95% | - |
| XYZ | 40.74 | 22.58 | 87 | - |
| YUV | 127.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 243 | 0.20 | 0.70 | 0 | 0.05 | 282.81 | 0.88 | 0.62 |
| Hex | C2 | 48 | F3 | 14 | 46 | 0 | 5 | 11B | 58 | 3E |
| Octal | 302 | 110 | 363 | 24 | 106 | 0 | 5 | 433 | 130 | 76 |
| Binary | 11000010 | 1001000 | 11110011 | 10100 | 1000110 | 0 | 101 | 100011011 | 1011000 | 111110 |
Color Harmonies of #C248F3
Complementary color
Monochromatic Colors of #C248F3
Black with #C248F3
Text Example
Text Example
White with #C248F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248F3; }
p { color: rgb(194,72,243); }
H1.HeaderClassName
{
color: #C248F3;
}
.AnyTagClassName
{
color: #C248F3;
}
</style>
background-color css
<style>
a { background-color: #C248F3; }
a { background-color: rgb(194,72,243); }
div.DivClassName
{
background-color: #C248F3;
}
.BgClassName
{
background-color: #C248F3;
}
</style>
border-color css
<style>
span { border-color: #C248F3; }
span { border-color: rgb(194,72,243); }
td.TdClassName
{
border-color: #C248F3;
}
.TagClassName
{
border-color: #C248F3;
}
</style>