Shades of Medium Orchid #C248ED
Tints of Medium Orchid #C248ED
RGB
CMYK
RGB Variations
Color information
#C248ED (or 0xC248ED) is known color: Medium Orchid. HEX triplet: C2, 48 and ED. RGB value is (194,72,237). Sum of RGB (Red+Green+Blue) = 194+72+237=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C248ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248ED is #3DB712. Grayscale: #7E7E7E. Windows color (decimal): -4044563 or 15550658. OLE color: 15550658.
HSL color Cylindrical-coordinate representation of color #C248ED: hue angle of 284.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248ED is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 72 | 237 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.36º | 0.82% | 0.61% | - |
| HSV(B) | 284.36º | 0.7% | 0.93% | - |
| XYZ | 39.85 | 22.22 | 82.31 | - |
| YUV | 127.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 237 | 0.18 | 0.70 | 0 | 0.07 | 284.36 | 0.82 | 0.61 |
| Hex | C2 | 48 | ED | 12 | 46 | 0 | 7 | 11C | 52 | 3D |
| Octal | 302 | 110 | 355 | 22 | 106 | 0 | 7 | 434 | 122 | 75 |
| Binary | 11000010 | 1001000 | 11101101 | 10010 | 1000110 | 0 | 111 | 100011100 | 1010010 | 111101 |
Color Harmonies of #C248ED
Complementary color
Monochromatic Colors of #C248ED
Black with #C248ED
Text Example
Text Example
White with #C248ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248ED; }
p { color: rgb(194,72,237); }
H1.HeaderClassName
{
color: #C248ED;
}
.AnyTagClassName
{
color: #C248ED;
}
</style>
background-color css
<style>
a { background-color: #C248ED; }
a { background-color: rgb(194,72,237); }
div.DivClassName
{
background-color: #C248ED;
}
.BgClassName
{
background-color: #C248ED;
}
</style>
border-color css
<style>
span { border-color: #C248ED; }
span { border-color: rgb(194,72,237); }
td.TdClassName
{
border-color: #C248ED;
}
.TagClassName
{
border-color: #C248ED;
}
</style>