Shades of Medium Orchid #C84FFA
Tints of Medium Orchid #C84FFA
RGB
CMYK
RGB Variations
Color information
#C84FFA (or 0xC84FFA) is known color: Medium Orchid. HEX triplet: C8, 4F and FA. RGB value is (200,79,250). Sum of RGB (Red+Green+Blue) = 200+79+250=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C84FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FFA is #37B005. Grayscale: #868686. Windows color (decimal): -3649542 or 16404424. OLE color: 16404424.
HSL color Cylindrical-coordinate representation of color #C84FFA: hue angle of 282.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84FFA is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 79 | 250 | - |
| CMYK | 0.2 | 0.68 | 0 | 0.02 |
| HSL | 282.46º | 0.94% | 0.65% | - |
| HSV(B) | 282.46º | 0.68% | 0.98% | - |
| XYZ | 43.87 | 24.77 | 92.91 | - |
| YUV | 134.67 | 193.09 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 250 | 0.2 | 0.68 | 0 | 0.02 | 282.46 | 0.94 | 0.65 |
| Hex | C8 | 4F | FA | 14 | 44 | 0 | 2 | 11A | 5E | 41 |
| Octal | 310 | 117 | 372 | 24 | 104 | 0 | 2 | 432 | 136 | 101 |
| Binary | 11001000 | 1001111 | 11111010 | 10100 | 1000100 | 0 | 10 | 100011010 | 1011110 | 1000001 |
Color Harmonies of #C84FFA
Complementary color
Monochromatic Colors of #C84FFA
Black with #C84FFA
Text Example
Text Example
White with #C84FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FFA; }
p { color: rgb(200,79,250); }
H1.HeaderClassName
{
color: #C84FFA;
}
.AnyTagClassName
{
color: #C84FFA;
}
</style>
background-color css
<style>
a { background-color: #C84FFA; }
a { background-color: rgb(200,79,250); }
div.DivClassName
{
background-color: #C84FFA;
}
.BgClassName
{
background-color: #C84FFA;
}
</style>
border-color css
<style>
span { border-color: #C84FFA; }
span { border-color: rgb(200,79,250); }
td.TdClassName
{
border-color: #C84FFA;
}
.TagClassName
{
border-color: #C84FFA;
}
</style>