Shades of Medium Orchid #C248F0
Tints of Medium Orchid #C248F0
RGB
CMYK
RGB Variations
Color information
#C248F0 (or 0xC248F0) is known color: Medium Orchid. HEX triplet: C2, 48 and F0. RGB value is (194,72,240). Sum of RGB (Red+Green+Blue) = 194+72+240=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #C248F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248F0 is #3DB70F. Grayscale: #7F7F7F. Windows color (decimal): -4044560 or 15747266. OLE color: 15747266.
HSL color Cylindrical-coordinate representation of color #C248F0: hue angle of 283.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248F0 is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 72 | 240 | - |
| CMYK | 0.19 | 0.7 | 0 | 0.06 |
| HSL | 283.57º | 0.85% | 0.61% | - |
| HSV(B) | 283.57º | 0.7% | 0.94% | - |
| XYZ | 40.29 | 22.4 | 84.64 | - |
| YUV | 127.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 240 | 0.19 | 0.7 | 0 | 0.06 | 283.57 | 0.85 | 0.61 |
| Hex | C2 | 48 | F0 | 13 | 46 | 0 | 6 | 11C | 55 | 3D |
| Octal | 302 | 110 | 360 | 23 | 106 | 0 | 6 | 434 | 125 | 75 |
| Binary | 11000010 | 1001000 | 11110000 | 10011 | 1000110 | 0 | 110 | 100011100 | 1010101 | 111101 |
Color Harmonies of #C248F0
Complementary color
Monochromatic Colors of #C248F0
Black with #C248F0
Text Example
Text Example
White with #C248F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248F0; }
p { color: rgb(194,72,240); }
H1.HeaderClassName
{
color: #C248F0;
}
.AnyTagClassName
{
color: #C248F0;
}
</style>
background-color css
<style>
a { background-color: #C248F0; }
a { background-color: rgb(194,72,240); }
div.DivClassName
{
background-color: #C248F0;
}
.BgClassName
{
background-color: #C248F0;
}
</style>
border-color css
<style>
span { border-color: #C248F0; }
span { border-color: rgb(194,72,240); }
td.TdClassName
{
border-color: #C248F0;
}
.TagClassName
{
border-color: #C248F0;
}
</style>