Shades of Medium Orchid #C848ED
Tints of Medium Orchid #C848ED
RGB
CMYK
RGB Variations
Color information
#C848ED (or 0xC848ED) is known color: Medium Orchid. HEX triplet: C8, 48 and ED. RGB value is (200,72,237). Sum of RGB (Red+Green+Blue) = 200+72+237=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C848ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848ED is #37B712. Grayscale: #808080. Windows color (decimal): -3651347 or 15550664. OLE color: 15550664.
HSL color Cylindrical-coordinate representation of color #C848ED: hue angle of 286.55º 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 #C848ED is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 72 | 237 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.07 |
| HSL | 286.55º | 0.82% | 0.61% | - |
| HSV(B) | 286.55º | 0.7% | 0.93% | - |
| XYZ | 41.42 | 23.03 | 82.38 | - |
| YUV | 129.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 237 | 0.16 | 0.70 | 0 | 0.07 | 286.55 | 0.82 | 0.61 |
| Hex | C8 | 48 | ED | 10 | 46 | 0 | 7 | 11F | 52 | 3D |
| Octal | 310 | 110 | 355 | 20 | 106 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001000 | 1001000 | 11101101 | 10000 | 1000110 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #C848ED
Complementary color
Monochromatic Colors of #C848ED
Black with #C848ED
Text Example
Text Example
White with #C848ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848ED; }
p { color: rgb(200,72,237); }
H1.HeaderClassName
{
color: #C848ED;
}
.AnyTagClassName
{
color: #C848ED;
}
</style>
background-color css
<style>
a { background-color: #C848ED; }
a { background-color: rgb(200,72,237); }
div.DivClassName
{
background-color: #C848ED;
}
.BgClassName
{
background-color: #C848ED;
}
</style>
border-color css
<style>
span { border-color: #C848ED; }
span { border-color: rgb(200,72,237); }
td.TdClassName
{
border-color: #C848ED;
}
.TagClassName
{
border-color: #C848ED;
}
</style>