Shades of Medium Orchid #C248FA
Tints of Medium Orchid #C248FA
RGB
CMYK
RGB Variations
Color information
#C248FA (or 0xC248FA) is known color: Medium Orchid. HEX triplet: C2, 48 and FA. RGB value is (194,72,250). Sum of RGB (Red+Green+Blue) = 194+72+250=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C248FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248FA is #3DB705. Grayscale: #808080. Windows color (decimal): -4044550 or 16402626. OLE color: 16402626.
HSL color Cylindrical-coordinate representation of color #C248FA: hue angle of 281.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C248FA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 72 | 250 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.12º | 0.95% | 0.63% | - |
| HSV(B) | 281.12º | 0.71% | 0.98% | - |
| XYZ | 41.82 | 23.01 | 92.68 | - |
| YUV | 128.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 250 | 0.22 | 0.71 | 0 | 0.02 | 281.12 | 0.95 | 0.63 |
| Hex | C2 | 48 | FA | 16 | 47 | 0 | 2 | 119 | 5F | 3F |
| Octal | 302 | 110 | 372 | 26 | 107 | 0 | 2 | 431 | 137 | 77 |
| Binary | 11000010 | 1001000 | 11111010 | 10110 | 1000111 | 0 | 10 | 100011001 | 1011111 | 111111 |
Color Harmonies of #C248FA
Complementary color
Monochromatic Colors of #C248FA
Black with #C248FA
Text Example
Text Example
White with #C248FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248FA; }
p { color: rgb(194,72,250); }
H1.HeaderClassName
{
color: #C248FA;
}
.AnyTagClassName
{
color: #C248FA;
}
</style>
background-color css
<style>
a { background-color: #C248FA; }
a { background-color: rgb(194,72,250); }
div.DivClassName
{
background-color: #C248FA;
}
.BgClassName
{
background-color: #C248FA;
}
</style>
border-color css
<style>
span { border-color: #C248FA; }
span { border-color: rgb(194,72,250); }
td.TdClassName
{
border-color: #C248FA;
}
.TagClassName
{
border-color: #C248FA;
}
</style>