Shades of Medium Orchid #C849F1
Tints of Medium Orchid #C849F1
RGB
CMYK
RGB Variations
Color information
#C849F1 (or 0xC849F1) is known color: Medium Orchid. HEX triplet: C8, 49 and F1. RGB value is (200,73,241). Sum of RGB (Red+Green+Blue) = 200+73+241=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #C849F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849F1 is #37B60E. Grayscale: #818181. Windows color (decimal): -3651087 or 15813064. OLE color: 15813064.
HSL color Cylindrical-coordinate representation of color #C849F1: hue angle of 285.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C849F1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 73 | 241 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.05 |
| HSL | 285.36º | 0.86% | 0.62% | - |
| HSV(B) | 285.36º | 0.7% | 0.95% | - |
| XYZ | 42.08 | 23.4 | 85.52 | - |
| YUV | 130.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 241 | 0.17 | 0.70 | 0 | 0.05 | 285.36 | 0.86 | 0.62 |
| Hex | C8 | 49 | F1 | 11 | 46 | 0 | 5 | 11D | 56 | 3E |
| Octal | 310 | 111 | 361 | 21 | 106 | 0 | 5 | 435 | 126 | 76 |
| Binary | 11001000 | 1001001 | 11110001 | 10001 | 1000110 | 0 | 101 | 100011101 | 1010110 | 111110 |
Color Harmonies of #C849F1
Complementary color
Monochromatic Colors of #C849F1
Black with #C849F1
Text Example
Text Example
White with #C849F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849F1; }
p { color: rgb(200,73,241); }
H1.HeaderClassName
{
color: #C849F1;
}
.AnyTagClassName
{
color: #C849F1;
}
</style>
background-color css
<style>
a { background-color: #C849F1; }
a { background-color: rgb(200,73,241); }
div.DivClassName
{
background-color: #C849F1;
}
.BgClassName
{
background-color: #C849F1;
}
</style>
border-color css
<style>
span { border-color: #C849F1; }
span { border-color: rgb(200,73,241); }
td.TdClassName
{
border-color: #C849F1;
}
.TagClassName
{
border-color: #C849F1;
}
</style>