Shades of Medium Orchid #C248EB
Tints of Medium Orchid #C248EB
RGB
CMYK
RGB Variations
Color information
#C248EB (or 0xC248EB) is known color: Medium Orchid. HEX triplet: C2, 48 and EB. RGB value is (194,72,235). Sum of RGB (Red+Green+Blue) = 194+72+235=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #C248EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248EB is #3DB714. Grayscale: #7E7E7E. Windows color (decimal): -4044565 or 15419586. OLE color: 15419586.
HSL color Cylindrical-coordinate representation of color #C248EB: hue angle of 284.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C248EB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 72 | 235 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.08 |
| HSL | 284.91º | 0.8% | 0.6% | - |
| HSV(B) | 284.91º | 0.69% | 0.92% | - |
| XYZ | 39.56 | 22.1 | 80.78 | - |
| YUV | 127.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 235 | 0.17 | 0.69 | 0 | 0.08 | 284.91 | 0.8 | 0.6 |
| Hex | C2 | 48 | EB | 11 | 45 | 0 | 8 | 11D | 50 | 3C |
| Octal | 302 | 110 | 353 | 21 | 105 | 0 | 10 | 435 | 120 | 74 |
| Binary | 11000010 | 1001000 | 11101011 | 10001 | 1000101 | 0 | 1000 | 100011101 | 1010000 | 111100 |
Color Harmonies of #C248EB
Complementary color
Monochromatic Colors of #C248EB
Black with #C248EB
Text Example
Text Example
White with #C248EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248EB; }
p { color: rgb(194,72,235); }
H1.HeaderClassName
{
color: #C248EB;
}
.AnyTagClassName
{
color: #C248EB;
}
</style>
background-color css
<style>
a { background-color: #C248EB; }
a { background-color: rgb(194,72,235); }
div.DivClassName
{
background-color: #C248EB;
}
.BgClassName
{
background-color: #C248EB;
}
</style>
border-color css
<style>
span { border-color: #C248EB; }
span { border-color: rgb(194,72,235); }
td.TdClassName
{
border-color: #C248EB;
}
.TagClassName
{
border-color: #C248EB;
}
</style>