Shades of Medium Orchid #C831F3
Tints of Medium Orchid #C831F3
RGB
CMYK
RGB Variations
Color information
#C831F3 (or 0xC831F3) is known color: Medium Orchid. HEX triplet: C8, 31 and F3. RGB value is (200,49,243). Sum of RGB (Red+Green+Blue) = 200+49+243=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #C831F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C831F3 is #37CE0C. Grayscale: #737373. Windows color (decimal): -3657229 or 15937992. OLE color: 15937992.
HSL color Cylindrical-coordinate representation of color #C831F3: hue angle of 286.7º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C831F3 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 49 | 243 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.05 |
| HSL | 286.7º | 0.89% | 0.57% | - |
| HSV(B) | 286.7º | 0.8% | 0.95% | - |
| XYZ | 41.1 | 20.95 | 86.67 | - |
| YUV | 116.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 243 | 0.18 | 0.80 | 0 | 0.05 | 286.7 | 0.89 | 0.57 |
| Hex | C8 | 31 | F3 | 12 | 50 | 0 | 5 | 11F | 59 | 39 |
| Octal | 310 | 61 | 363 | 22 | 120 | 0 | 5 | 437 | 131 | 71 |
| Binary | 11001000 | 110001 | 11110011 | 10010 | 1010000 | 0 | 101 | 100011111 | 1011001 | 111001 |
Color Harmonies of #C831F3
Complementary color
Monochromatic Colors of #C831F3
Black with #C831F3
Text Example
Text Example
White with #C831F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831F3; }
p { color: rgb(200,49,243); }
H1.HeaderClassName
{
color: #C831F3;
}
.AnyTagClassName
{
color: #C831F3;
}
</style>
background-color css
<style>
a { background-color: #C831F3; }
a { background-color: rgb(200,49,243); }
div.DivClassName
{
background-color: #C831F3;
}
.BgClassName
{
background-color: #C831F3;
}
</style>
border-color css
<style>
span { border-color: #C831F3; }
span { border-color: rgb(200,49,243); }
td.TdClassName
{
border-color: #C831F3;
}
.TagClassName
{
border-color: #C831F3;
}
</style>