Shades of Medium Orchid #C856F3
Tints of Medium Orchid #C856F3
RGB
CMYK
RGB Variations
Color information
#C856F3 (or 0xC856F3) is known color: Medium Orchid. HEX triplet: C8, 56 and F3. RGB value is (200,86,243). Sum of RGB (Red+Green+Blue) = 200+86+243=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C856F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C856F3 is #37A90C. Grayscale: #898989. Windows color (decimal): -3647757 or 15947464. OLE color: 15947464.
HSL color Cylindrical-coordinate representation of color #C856F3: hue angle of 283.57º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C856F3 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 86 | 243 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.05 |
| HSL | 283.57º | 0.87% | 0.65% | - |
| HSV(B) | 283.57º | 0.65% | 0.95% | - |
| XYZ | 43.32 | 25.41 | 87.41 | - |
| YUV | 137.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 243 | 0.18 | 0.65 | 0 | 0.05 | 283.57 | 0.87 | 0.65 |
| Hex | C8 | 56 | F3 | 12 | 41 | 0 | 5 | 11C | 57 | 41 |
| Octal | 310 | 126 | 363 | 22 | 101 | 0 | 5 | 434 | 127 | 101 |
| Binary | 11001000 | 1010110 | 11110011 | 10010 | 1000001 | 0 | 101 | 100011100 | 1010111 | 1000001 |
Color Harmonies of #C856F3
Complementary color
Monochromatic Colors of #C856F3
Black with #C856F3
Text Example
Text Example
White with #C856F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856F3; }
p { color: rgb(200,86,243); }
H1.HeaderClassName
{
color: #C856F3;
}
.AnyTagClassName
{
color: #C856F3;
}
</style>
background-color css
<style>
a { background-color: #C856F3; }
a { background-color: rgb(200,86,243); }
div.DivClassName
{
background-color: #C856F3;
}
.BgClassName
{
background-color: #C856F3;
}
</style>
border-color css
<style>
span { border-color: #C856F3; }
span { border-color: rgb(200,86,243); }
td.TdClassName
{
border-color: #C856F3;
}
.TagClassName
{
border-color: #C856F3;
}
</style>