Shades of Medium Orchid #C248FD
Tints of Medium Orchid #C248FD
RGB
CMYK
RGB Variations
Color information
#C248FD (or 0xC248FD) is known color: Medium Orchid. HEX triplet: C2, 48 and FD. RGB value is (194,72,253). Sum of RGB (Red+Green+Blue) = 194+72+253=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C248FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248FD is #3DB702. Grayscale: #808080. Windows color (decimal): -4044547 or 16599234. OLE color: 16599234.
HSL color Cylindrical-coordinate representation of color #C248FD: hue angle of 280.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C248FD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 72 | 253 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.44º | 0.98% | 0.64% | - |
| HSV(B) | 280.44º | 0.72% | 0.99% | - |
| XYZ | 42.3 | 23.2 | 95.18 | - |
| YUV | 129.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 253 | 0.23 | 0.72 | 0 | 0.01 | 280.44 | 0.98 | 0.64 |
| Hex | C2 | 48 | FD | 17 | 48 | 0 | 1 | 118 | 62 | 40 |
| Octal | 302 | 110 | 375 | 27 | 110 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000010 | 1001000 | 11111101 | 10111 | 1001000 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C248FD
Complementary color
Monochromatic Colors of #C248FD
Black with #C248FD
Text Example
Text Example
White with #C248FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248FD; }
p { color: rgb(194,72,253); }
H1.HeaderClassName
{
color: #C248FD;
}
.AnyTagClassName
{
color: #C248FD;
}
</style>
background-color css
<style>
a { background-color: #C248FD; }
a { background-color: rgb(194,72,253); }
div.DivClassName
{
background-color: #C248FD;
}
.BgClassName
{
background-color: #C248FD;
}
</style>
border-color css
<style>
span { border-color: #C248FD; }
span { border-color: rgb(194,72,253); }
td.TdClassName
{
border-color: #C248FD;
}
.TagClassName
{
border-color: #C248FD;
}
</style>