Shades of Medium Orchid #C854F3
Tints of Medium Orchid #C854F3
RGB
CMYK
RGB Variations
Color information
#C854F3 (or 0xC854F3) is known color: Medium Orchid. HEX triplet: C8, 54 and F3. RGB value is (200,84,243). Sum of RGB (Red+Green+Blue) = 200+84+243=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #C854F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C854F3 is #37AB0C. Grayscale: #888888. Windows color (decimal): -3648269 or 15946952. OLE color: 15946952.
HSL color Cylindrical-coordinate representation of color #C854F3: hue angle of 283.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C854F3 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 84 | 243 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.05 |
| HSL | 283.77º | 0.87% | 0.64% | - |
| HSV(B) | 283.77º | 0.65% | 0.95% | - |
| XYZ | 43.17 | 25.09 | 87.36 | - |
| YUV | 136.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 243 | 0.18 | 0.65 | 0 | 0.05 | 283.77 | 0.87 | 0.64 |
| Hex | C8 | 54 | F3 | 12 | 41 | 0 | 5 | 11C | 57 | 40 |
| Octal | 310 | 124 | 363 | 22 | 101 | 0 | 5 | 434 | 127 | 100 |
| Binary | 11001000 | 1010100 | 11110011 | 10010 | 1000001 | 0 | 101 | 100011100 | 1010111 | 1000000 |
Color Harmonies of #C854F3
Complementary color
Monochromatic Colors of #C854F3
Black with #C854F3
Text Example
Text Example
White with #C854F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854F3; }
p { color: rgb(200,84,243); }
H1.HeaderClassName
{
color: #C854F3;
}
.AnyTagClassName
{
color: #C854F3;
}
</style>
background-color css
<style>
a { background-color: #C854F3; }
a { background-color: rgb(200,84,243); }
div.DivClassName
{
background-color: #C854F3;
}
.BgClassName
{
background-color: #C854F3;
}
</style>
border-color css
<style>
span { border-color: #C854F3; }
span { border-color: rgb(200,84,243); }
td.TdClassName
{
border-color: #C854F3;
}
.TagClassName
{
border-color: #C854F3;
}
</style>