Shades of Medium Orchid #C842F3
Tints of Medium Orchid #C842F3
RGB
CMYK
RGB Variations
Color information
#C842F3 (or 0xC842F3) is known color: Medium Orchid. HEX triplet: C8, 42 and F3. RGB value is (200,66,243). Sum of RGB (Red+Green+Blue) = 200+66+243=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #C842F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842F3 is #37BD0C. Grayscale: #7D7D7D. Windows color (decimal): -3652877 or 15942344. OLE color: 15942344.
HSL color Cylindrical-coordinate representation of color #C842F3: hue angle of 285.42º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C842F3 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 66 | 243 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.05 |
| HSL | 285.42º | 0.88% | 0.61% | - |
| HSV(B) | 285.42º | 0.73% | 0.95% | - |
| XYZ | 41.95 | 22.65 | 86.95 | - |
| YUV | 126.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 243 | 0.18 | 0.73 | 0 | 0.05 | 285.42 | 0.88 | 0.61 |
| Hex | C8 | 42 | F3 | 12 | 49 | 0 | 5 | 11D | 58 | 3D |
| Octal | 310 | 102 | 363 | 22 | 111 | 0 | 5 | 435 | 130 | 75 |
| Binary | 11001000 | 1000010 | 11110011 | 10010 | 1001001 | 0 | 101 | 100011101 | 1011000 | 111101 |
Color Harmonies of #C842F3
Complementary color
Monochromatic Colors of #C842F3
Black with #C842F3
Text Example
Text Example
White with #C842F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842F3; }
p { color: rgb(200,66,243); }
H1.HeaderClassName
{
color: #C842F3;
}
.AnyTagClassName
{
color: #C842F3;
}
</style>
background-color css
<style>
a { background-color: #C842F3; }
a { background-color: rgb(200,66,243); }
div.DivClassName
{
background-color: #C842F3;
}
.BgClassName
{
background-color: #C842F3;
}
</style>
border-color css
<style>
span { border-color: #C842F3; }
span { border-color: rgb(200,66,243); }
td.TdClassName
{
border-color: #C842F3;
}
.TagClassName
{
border-color: #C842F3;
}
</style>