Shades of Medium Orchid #C854F7
Tints of Medium Orchid #C854F7
RGB
CMYK
RGB Variations
Color information
#C854F7 (or 0xC854F7) is known color: Medium Orchid. HEX triplet: C8, 54 and F7. RGB value is (200,84,247). Sum of RGB (Red+Green+Blue) = 200+84+247=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #C854F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C854F7 is #37AB08. Grayscale: #888888. Windows color (decimal): -3648265 or 16209096. OLE color: 16209096.
HSL color Cylindrical-coordinate representation of color #C854F7: hue angle of 282.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C854F7 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 84 | 247 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.03 |
| HSL | 282.7º | 0.91% | 0.65% | - |
| HSV(B) | 282.7º | 0.66% | 0.97% | - |
| XYZ | 43.78 | 25.34 | 90.58 | - |
| YUV | 137.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 247 | 0.19 | 0.66 | 0 | 0.03 | 282.7 | 0.91 | 0.65 |
| Hex | C8 | 54 | F7 | 13 | 42 | 0 | 3 | 11B | 5B | 41 |
| Octal | 310 | 124 | 367 | 23 | 102 | 0 | 3 | 433 | 133 | 101 |
| Binary | 11001000 | 1010100 | 11110111 | 10011 | 1000010 | 0 | 11 | 100011011 | 1011011 | 1000001 |
Color Harmonies of #C854F7
Complementary color
Monochromatic Colors of #C854F7
Black with #C854F7
Text Example
Text Example
White with #C854F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854F7; }
p { color: rgb(200,84,247); }
H1.HeaderClassName
{
color: #C854F7;
}
.AnyTagClassName
{
color: #C854F7;
}
</style>
background-color css
<style>
a { background-color: #C854F7; }
a { background-color: rgb(200,84,247); }
div.DivClassName
{
background-color: #C854F7;
}
.BgClassName
{
background-color: #C854F7;
}
</style>
border-color css
<style>
span { border-color: #C854F7; }
span { border-color: rgb(200,84,247); }
td.TdClassName
{
border-color: #C854F7;
}
.TagClassName
{
border-color: #C854F7;
}
</style>